SlideShare uma empresa Scribd logo
1 de 10
Line Level Credit Check
Oracle EBS Release 12.1.1
Introduction
Prior to 12.1.1, the Line level credit checking is performed against order line
bill to sites.
The credit check engine groups all the order lines belonging to the same Bill to
Site. When an order line fails credit check (Credit Exposure> credit Limit) then
all the other lines grouped with in the same bill to site are also placed on hold.
The new line level credit-checking enhancement provides opportunity to utilize
the maximum exposure given to the end customer.
For example we assume that the end Customer has a Credit Limit is $2000 and
current exposure is $0.
Credit limit $2000
Line NO Ship/Req. Date Priority code Line value
1 4/19/07-4/19/07 Standard 100
2 4/20/07-4/20/07 Standard 200
3 4/19/07-4/19/07 Standard 1000
4 4/19/07-4/19/07 High 400
5 4/19/07-4/20/07 High 900
6 4/20/07-4/19/07 High 300
With the earlier functionality, the hold will be applied on all the lines.
With this new functionality the hold will be applied to only those lines which
exceed the credit limit of $2000. i.e. line 5 will be applied credit hold and the
other lines (the sum of lines value <=$2000) will not be applied hold and these
lines will be released.
How does this feature work?
A new system parameter ‘Credit Hold Sequence for Order Lines’ introduced
control, which lines in the order should get released and which lines are to be
placed on hold.
Some of the lines which pass through the credit checking in the same bill to
will NOT be placed on credit check Hold and is decided by the value set for the
parameter
‘Credit Hold Sequence for Order Lines’.
All lines will be ordered by the parameter value and released until the credit
limit is met.
Setup
1. Set the System Parameter ‘Credit Hold Sequence for Order Lines’ to any of
the desired value.
Following are the five values available as options you can set for the parameter
‘Credit Hold Sequence for Order Lines’.
New Parameter Parameter Values
Credit Hold Sequence for Order
Lines
Option 1: All Lines (Default)
Option 2:
Schedule_Ship_Date/ request_Date, shipment_Priority_Code, line #
Option 3:
Shipment_Priority_Code, Schedule_Ship_Date/Request_Date, line#
Option 4: uninvoiced line amount ascending
Option 5: uninvoiced line amount descending
It is important to note that this new feature will not behave as expected if one
of the following condition is met.
1. The System Parameter value is ‘All Lines’
2. The action performing credit check is ‘BOOKING’
3. In the Credit Rule being used, flag 'Include Un-invoiced Orders' is
checked.
If any of the above condition is true, then the old credit check behavior will be
maintained. (i.e. All the lines will be put on hold based on the line grouping
done based on the same bill to site ) .
2. Define Credit Check Rule
3. Assign Credit check rule to the transaction type
The line level credit check behavior for each of the five options is discussed as
below.
Option 1
All Lines
If the value is set to all lines or Null then there is no partial release of holds
allowed.
I.e. The default behavior of summing up the line amounts with the same bill to
Address and placing all lines on hold for that bill to, if the summed total
violates the credit limit.
Scenario tested for option 1 – Credit limit $150
Line NO Ship/Req. Date Priority code Line value Hold
1 06/08/09-06/07/09 Standard 10 Line on hold
2 06/08/09-06/07/09 Standard 20 Line on hold
3 06/08/09-06/07/09 Standard 30 Line on hold
4 06/09/09-06/09/09 High 40 Line on hold
5 06/08/09-06/07/09 High 50 Line on hold
6 06/09/09-06/09/09 High 60 Line on hold
Querying the additional order information, the hold tab indicates that all the
lines went on Credit check hold.
Option 2
“Schedule Ship Date/Request Date, Shipment Priority, Line Number”
When the lines of an order are pick released, in case of option 2 above, the
lines will be ordered first based on the value “Schedule Ship Date/Request
Date, Shipment Priority, Line Number” and then the lines will be released until
the credit limit is met.
At picking if multiple lines share the same schedule date/request date,
shipment code will be assessed, and if the lines all share the same shipment
priority then the lines will be held in order of line number when credit limit is
violated
Option 2 – Credit limit $150
Line NO Ship/Req. Date Priority code Line value Hold
1 06/08/09-06/08/09 Standard 10
2 06/09/09-06/09/09 Standard 20 Line On Hold
3 06/08/09-06/08/09 Standard 30
4 06/08/09-06/08/09 High 40
5 06/08/09-06/08/09 High 50
6 06/09/09-06/09/09 High 60 Line on Hold
Querying the additional order information, the hold tab indicates that lines 6.1
and 2.1 went on Credit check hold.
Option 3
“Shipment Priority, Schedule Ship Date/Request Date, Line Number”
When the lines of an order are pick released, in case of option 3 above, the
lines will be ordered first based on the value “Shipment Priority, Schedule
Ship Date/Request Date, Line Number” and then the lines will be released
until the credit limit is met.
Option 3 – Credit limit $150.00
Line NO Ship/Req. Date Priority code Line value Hold
1 06/08/09-06/08/09 Standard 10 Line on hold
2 06/09/09-06/09/09 Standard 20 Line on hold
3 06/08/09-06/08/09 Standard 30 Line on hold
4 06/08/09-06/08/09 High 40
5 06/08/09-06/08/09 High 50
6 06/09/09-06/09/09 High 60 Line on hold
Option 4
“Un-invoiced line amount ascending”
When the lines of an order are pick released, in case of option 4 above, the
lines will be ordered first based on the value “Uninvoiced line amount
ascending” and then the lines will be released until the credit limit is met.
Option 4 – Credit limit $150.00
Line NO Ship/Req. Date Priority code Line value Hold
1 06/08/09-06/08/09 Standard 10
2 06/09/09-06/09/09 Standard 20
3 06/08/09-06/08/09 Standard 30
4 06/08/09-06/08/09 High 40
5 06/08/09-06/08/09 High 50
6 06/09/09-06/09/09 High 60 Line on hold
Will release hold on lines in the sequence specified in the value
Option 5
“Uninvoiced line amount descending”
When the lines of an order are pick released, in case of option 5 above, the
lines will be ordered first based on the value “Uninvoiced line amount
descending” and then the lines will be released until the credit limit is met.
Option 5 – Credit limit $150.00
Line NO Ship/Req. Date Priority code Line value Hold
1 06/08/09-06/08/09 Standard 10 Place hold
2 06/09/09-06/09/09 Standard 20 Place hold
3 06/08/09-06/08/09 Standard 30 Place hold
4 06/08/09-06/08/09 High 40
5 06/08/09-06/08/09 High 50
6 06/09/09-06/09/09 High 60
Option 5
“Uninvoiced line amount descending”
When the lines of an order are pick released, in case of option 5 above, the
lines will be ordered first based on the value “Uninvoiced line amount
descending” and then the lines will be released until the credit limit is met.
Option 5 – Credit limit $150.00
Line NO Ship/Req. Date Priority code Line value Hold
1 06/08/09-06/08/09 Standard 10 Place hold
2 06/09/09-06/09/09 Standard 20 Place hold
3 06/08/09-06/08/09 Standard 30 Place hold
4 06/08/09-06/08/09 High 40
5 06/08/09-06/08/09 High 50
6 06/09/09-06/09/09 High 60

Mais conteúdo relacionado

Mais procurados

Purchase Order Approval Using Approval Management Engine
Purchase Order Approval Using Approval Management EnginePurchase Order Approval Using Approval Management Engine
Purchase Order Approval Using Approval Management EngineAh_Ismail
 
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part II
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part IIOracle SCM Functional Interview Questions & Answers - Inventory Module - Part II
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part IIBoopathy CS
 
Oracle R12 SCM Functional Interview Questions - Order Management
Oracle R12 SCM Functional Interview Questions - Order ManagementOracle R12 SCM Functional Interview Questions - Order Management
Oracle R12 SCM Functional Interview Questions - Order ManagementBoopathy CS
 
Inventory receiving processes for serial controlled items
Inventory receiving processes for serial controlled itemsInventory receiving processes for serial controlled items
Inventory receiving processes for serial controlled itemsAvishek Roychoudhuri
 
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...Boopathy CS
 
Oracle SCM Functional Interview Questions & Answers - Order Management Module...
Oracle SCM Functional Interview Questions & Answers - Order Management Module...Oracle SCM Functional Interview Questions & Answers - Order Management Module...
Oracle SCM Functional Interview Questions & Answers - Order Management Module...Boopathy CS
 
Oracle inventory R12 Setup Guide
Oracle inventory R12 Setup GuideOracle inventory R12 Setup Guide
Oracle inventory R12 Setup GuideAhmed Elshayeb
 
Oracle R12 Order Management - Back to Back (B2B) Order Flow:
Oracle R12 Order Management - Back to Back (B2B) Order Flow:Oracle R12 Order Management - Back to Back (B2B) Order Flow:
Oracle R12 Order Management - Back to Back (B2B) Order Flow:Boopathy CS
 
Oracle WIP – Supply Types:
Oracle WIP – Supply Types:Oracle WIP – Supply Types:
Oracle WIP – Supply Types:Boopathy CS
 
How to configure LCM After receiving
How to configure LCM After receivingHow to configure LCM After receiving
How to configure LCM After receivingAhmed Elshayeb
 
R12 Intercompany Flow
R12 Intercompany FlowR12 Intercompany Flow
R12 Intercompany Flowravisagaram
 
Oracle Inventory - Difference between Cycle Count and Physical Inventory
Oracle Inventory - Difference between Cycle Count and Physical Inventory Oracle Inventory - Difference between Cycle Count and Physical Inventory
Oracle Inventory - Difference between Cycle Count and Physical Inventory Boopathy CS
 
Inventory in Oracle apps
Inventory in Oracle apps Inventory in Oracle apps
Inventory in Oracle apps gbalagee
 
Oracle Inventory – Types of Move Orders
Oracle Inventory – Types of Move OrdersOracle Inventory – Types of Move Orders
Oracle Inventory – Types of Move OrdersBoopathy CS
 
Standard Cost Accounting in Oracle ERP
Standard Cost Accounting in Oracle ERPStandard Cost Accounting in Oracle ERP
Standard Cost Accounting in Oracle ERPLarry Sherrod
 
Understanding credit check in oracle e business suite
Understanding credit check in oracle e business suiteUnderstanding credit check in oracle e business suite
Understanding credit check in oracle e business suiteOlumide Idowu
 
Technical architecture for order management
Technical architecture for order managementTechnical architecture for order management
Technical architecture for order managementMohit kumar Gupta
 
Oracle Inventory – Inventory Controls
Oracle Inventory – Inventory ControlsOracle Inventory – Inventory Controls
Oracle Inventory – Inventory ControlsBoopathy CS
 

Mais procurados (20)

Purchase Order Approval Using Approval Management Engine
Purchase Order Approval Using Approval Management EnginePurchase Order Approval Using Approval Management Engine
Purchase Order Approval Using Approval Management Engine
 
Move order types
Move order typesMove order types
Move order types
 
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part II
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part IIOracle SCM Functional Interview Questions & Answers - Inventory Module - Part II
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part II
 
Oracle R12 SCM Functional Interview Questions - Order Management
Oracle R12 SCM Functional Interview Questions - Order ManagementOracle R12 SCM Functional Interview Questions - Order Management
Oracle R12 SCM Functional Interview Questions - Order Management
 
Basics of Oracle Order Management
Basics of Oracle Order ManagementBasics of Oracle Order Management
Basics of Oracle Order Management
 
Inventory receiving processes for serial controlled items
Inventory receiving processes for serial controlled itemsInventory receiving processes for serial controlled items
Inventory receiving processes for serial controlled items
 
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...
Oracle SCM Functional Interview Questions & Answers - Inventory Module - Part...
 
Oracle SCM Functional Interview Questions & Answers - Order Management Module...
Oracle SCM Functional Interview Questions & Answers - Order Management Module...Oracle SCM Functional Interview Questions & Answers - Order Management Module...
Oracle SCM Functional Interview Questions & Answers - Order Management Module...
 
Oracle inventory R12 Setup Guide
Oracle inventory R12 Setup GuideOracle inventory R12 Setup Guide
Oracle inventory R12 Setup Guide
 
Oracle R12 Order Management - Back to Back (B2B) Order Flow:
Oracle R12 Order Management - Back to Back (B2B) Order Flow:Oracle R12 Order Management - Back to Back (B2B) Order Flow:
Oracle R12 Order Management - Back to Back (B2B) Order Flow:
 
Oracle WIP – Supply Types:
Oracle WIP – Supply Types:Oracle WIP – Supply Types:
Oracle WIP – Supply Types:
 
How to configure LCM After receiving
How to configure LCM After receivingHow to configure LCM After receiving
How to configure LCM After receiving
 
R12 Intercompany Flow
R12 Intercompany FlowR12 Intercompany Flow
R12 Intercompany Flow
 
Oracle Inventory - Difference between Cycle Count and Physical Inventory
Oracle Inventory - Difference between Cycle Count and Physical Inventory Oracle Inventory - Difference between Cycle Count and Physical Inventory
Oracle Inventory - Difference between Cycle Count and Physical Inventory
 
Inventory in Oracle apps
Inventory in Oracle apps Inventory in Oracle apps
Inventory in Oracle apps
 
Oracle Inventory – Types of Move Orders
Oracle Inventory – Types of Move OrdersOracle Inventory – Types of Move Orders
Oracle Inventory – Types of Move Orders
 
Standard Cost Accounting in Oracle ERP
Standard Cost Accounting in Oracle ERPStandard Cost Accounting in Oracle ERP
Standard Cost Accounting in Oracle ERP
 
Understanding credit check in oracle e business suite
Understanding credit check in oracle e business suiteUnderstanding credit check in oracle e business suite
Understanding credit check in oracle e business suite
 
Technical architecture for order management
Technical architecture for order managementTechnical architecture for order management
Technical architecture for order management
 
Oracle Inventory – Inventory Controls
Oracle Inventory – Inventory ControlsOracle Inventory – Inventory Controls
Oracle Inventory – Inventory Controls
 

Mais de Baker Khader Abdallah, PMP

Mais de Baker Khader Abdallah, PMP (20)

Oracle Carry Forward Methods
Oracle Carry Forward MethodsOracle Carry Forward Methods
Oracle Carry Forward Methods
 
TE040 Oracle AP Testscript
TE040 Oracle AP TestscriptTE040 Oracle AP Testscript
TE040 Oracle AP Testscript
 
Oracle Payables Reference Guide
Oracle Payables Reference GuideOracle Payables Reference Guide
Oracle Payables Reference Guide
 
Entering Invoices in Oracle Payables
Entering Invoices in Oracle PayablesEntering Invoices in Oracle Payables
Entering Invoices in Oracle Payables
 
BR100 Oracle AP Setup
BR100 Oracle AP SetupBR100 Oracle AP Setup
BR100 Oracle AP Setup
 
Quick Reference Guide
Quick Reference GuideQuick Reference Guide
Quick Reference Guide
 
PCS iProcurement
PCS iProcurement PCS iProcurement
PCS iProcurement
 
Oracle iProcurement
Oracle iProcurementOracle iProcurement
Oracle iProcurement
 
Oracle R12 iProcurement Reference Guide
Oracle R12 iProcurement Reference GuideOracle R12 iProcurement Reference Guide
Oracle R12 iProcurement Reference Guide
 
Leveraging iProcurement to Increase Cash Flow
Leveraging iProcurement to Increase Cash FlowLeveraging iProcurement to Increase Cash Flow
Leveraging iProcurement to Increase Cash Flow
 
iProcurement Reference Guide
iProcurement Reference GuideiProcurement Reference Guide
iProcurement Reference Guide
 
Oracle Internet Procurement
Oracle Internet ProcurementOracle Internet Procurement
Oracle Internet Procurement
 
FIS Oracle iProcurement
FIS Oracle iProcurementFIS Oracle iProcurement
FIS Oracle iProcurement
 
CDU iProcurement R12 Manual
CDU iProcurement R12 ManualCDU iProcurement R12 Manual
CDU iProcurement R12 Manual
 
Understanding Physical Inventory
Understanding Physical InventoryUnderstanding Physical Inventory
Understanding Physical Inventory
 
Stock Maintenance
Stock MaintenanceStock Maintenance
Stock Maintenance
 
Oracle Inventory Kanban
Oracle Inventory KanbanOracle Inventory Kanban
Oracle Inventory Kanban
 
Inventory Transaction Types
Inventory Transaction TypesInventory Transaction Types
Inventory Transaction Types
 
Forecasting in Oracle Inventory
Forecasting in Oracle InventoryForecasting in Oracle Inventory
Forecasting in Oracle Inventory
 
Accounting in Oracle Inventory
Accounting in Oracle InventoryAccounting in Oracle Inventory
Accounting in Oracle Inventory
 

Último

Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfCionsystems
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendArshad QA
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 

Último (20)

Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdf
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and Backend
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 

Line Level Credit Check in Oracle EBS 12.1.1

  • 1. Line Level Credit Check Oracle EBS Release 12.1.1 Introduction Prior to 12.1.1, the Line level credit checking is performed against order line bill to sites. The credit check engine groups all the order lines belonging to the same Bill to Site. When an order line fails credit check (Credit Exposure> credit Limit) then all the other lines grouped with in the same bill to site are also placed on hold. The new line level credit-checking enhancement provides opportunity to utilize the maximum exposure given to the end customer. For example we assume that the end Customer has a Credit Limit is $2000 and current exposure is $0. Credit limit $2000 Line NO Ship/Req. Date Priority code Line value 1 4/19/07-4/19/07 Standard 100 2 4/20/07-4/20/07 Standard 200 3 4/19/07-4/19/07 Standard 1000 4 4/19/07-4/19/07 High 400 5 4/19/07-4/20/07 High 900 6 4/20/07-4/19/07 High 300 With the earlier functionality, the hold will be applied on all the lines. With this new functionality the hold will be applied to only those lines which exceed the credit limit of $2000. i.e. line 5 will be applied credit hold and the other lines (the sum of lines value <=$2000) will not be applied hold and these lines will be released.
  • 2. How does this feature work? A new system parameter ‘Credit Hold Sequence for Order Lines’ introduced control, which lines in the order should get released and which lines are to be placed on hold. Some of the lines which pass through the credit checking in the same bill to will NOT be placed on credit check Hold and is decided by the value set for the parameter ‘Credit Hold Sequence for Order Lines’. All lines will be ordered by the parameter value and released until the credit limit is met. Setup 1. Set the System Parameter ‘Credit Hold Sequence for Order Lines’ to any of the desired value. Following are the five values available as options you can set for the parameter ‘Credit Hold Sequence for Order Lines’. New Parameter Parameter Values Credit Hold Sequence for Order Lines Option 1: All Lines (Default) Option 2: Schedule_Ship_Date/ request_Date, shipment_Priority_Code, line # Option 3: Shipment_Priority_Code, Schedule_Ship_Date/Request_Date, line# Option 4: uninvoiced line amount ascending Option 5: uninvoiced line amount descending
  • 3. It is important to note that this new feature will not behave as expected if one of the following condition is met. 1. The System Parameter value is ‘All Lines’ 2. The action performing credit check is ‘BOOKING’ 3. In the Credit Rule being used, flag 'Include Un-invoiced Orders' is checked. If any of the above condition is true, then the old credit check behavior will be maintained. (i.e. All the lines will be put on hold based on the line grouping done based on the same bill to site ) . 2. Define Credit Check Rule
  • 4. 3. Assign Credit check rule to the transaction type The line level credit check behavior for each of the five options is discussed as below. Option 1 All Lines If the value is set to all lines or Null then there is no partial release of holds allowed. I.e. The default behavior of summing up the line amounts with the same bill to Address and placing all lines on hold for that bill to, if the summed total violates the credit limit.
  • 5. Scenario tested for option 1 – Credit limit $150 Line NO Ship/Req. Date Priority code Line value Hold 1 06/08/09-06/07/09 Standard 10 Line on hold 2 06/08/09-06/07/09 Standard 20 Line on hold 3 06/08/09-06/07/09 Standard 30 Line on hold 4 06/09/09-06/09/09 High 40 Line on hold 5 06/08/09-06/07/09 High 50 Line on hold 6 06/09/09-06/09/09 High 60 Line on hold Querying the additional order information, the hold tab indicates that all the lines went on Credit check hold. Option 2 “Schedule Ship Date/Request Date, Shipment Priority, Line Number”
  • 6. When the lines of an order are pick released, in case of option 2 above, the lines will be ordered first based on the value “Schedule Ship Date/Request Date, Shipment Priority, Line Number” and then the lines will be released until the credit limit is met. At picking if multiple lines share the same schedule date/request date, shipment code will be assessed, and if the lines all share the same shipment priority then the lines will be held in order of line number when credit limit is violated Option 2 – Credit limit $150 Line NO Ship/Req. Date Priority code Line value Hold 1 06/08/09-06/08/09 Standard 10 2 06/09/09-06/09/09 Standard 20 Line On Hold 3 06/08/09-06/08/09 Standard 30 4 06/08/09-06/08/09 High 40 5 06/08/09-06/08/09 High 50 6 06/09/09-06/09/09 High 60 Line on Hold Querying the additional order information, the hold tab indicates that lines 6.1 and 2.1 went on Credit check hold.
  • 7. Option 3 “Shipment Priority, Schedule Ship Date/Request Date, Line Number” When the lines of an order are pick released, in case of option 3 above, the lines will be ordered first based on the value “Shipment Priority, Schedule Ship Date/Request Date, Line Number” and then the lines will be released until the credit limit is met. Option 3 – Credit limit $150.00 Line NO Ship/Req. Date Priority code Line value Hold 1 06/08/09-06/08/09 Standard 10 Line on hold 2 06/09/09-06/09/09 Standard 20 Line on hold 3 06/08/09-06/08/09 Standard 30 Line on hold 4 06/08/09-06/08/09 High 40 5 06/08/09-06/08/09 High 50 6 06/09/09-06/09/09 High 60 Line on hold
  • 8. Option 4 “Un-invoiced line amount ascending” When the lines of an order are pick released, in case of option 4 above, the lines will be ordered first based on the value “Uninvoiced line amount ascending” and then the lines will be released until the credit limit is met. Option 4 – Credit limit $150.00 Line NO Ship/Req. Date Priority code Line value Hold 1 06/08/09-06/08/09 Standard 10 2 06/09/09-06/09/09 Standard 20 3 06/08/09-06/08/09 Standard 30 4 06/08/09-06/08/09 High 40 5 06/08/09-06/08/09 High 50 6 06/09/09-06/09/09 High 60 Line on hold Will release hold on lines in the sequence specified in the value
  • 9. Option 5 “Uninvoiced line amount descending” When the lines of an order are pick released, in case of option 5 above, the lines will be ordered first based on the value “Uninvoiced line amount descending” and then the lines will be released until the credit limit is met. Option 5 – Credit limit $150.00 Line NO Ship/Req. Date Priority code Line value Hold 1 06/08/09-06/08/09 Standard 10 Place hold 2 06/09/09-06/09/09 Standard 20 Place hold 3 06/08/09-06/08/09 Standard 30 Place hold 4 06/08/09-06/08/09 High 40 5 06/08/09-06/08/09 High 50 6 06/09/09-06/09/09 High 60
  • 10. Option 5 “Uninvoiced line amount descending” When the lines of an order are pick released, in case of option 5 above, the lines will be ordered first based on the value “Uninvoiced line amount descending” and then the lines will be released until the credit limit is met. Option 5 – Credit limit $150.00 Line NO Ship/Req. Date Priority code Line value Hold 1 06/08/09-06/08/09 Standard 10 Place hold 2 06/09/09-06/09/09 Standard 20 Place hold 3 06/08/09-06/08/09 Standard 30 Place hold 4 06/08/09-06/08/09 High 40 5 06/08/09-06/08/09 High 50 6 06/09/09-06/09/09 High 60