DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_ORDER_PVT dependencies on OE_ORDER_PUB

Line 1199: ( p_header_rec IN OE_ORDER_PUB.header_rec_type

1195: -- Check if the current order transaction amount exceeds the
1196: -- credit limit
1197: ---------------------------------------------------------------
1198: PROCEDURE Check_Trx_Limit
1199: ( p_header_rec IN OE_ORDER_PUB.header_rec_type
1200: , p_customer_id IN NUMBER
1201: , p_site_use_id IN NUMBER
1202: , p_credit_level IN VARCHAR2
1203: , p_credit_check_rule_rec IN

Line 1482: ( p_header_rec IN OE_ORDER_PUB.header_rec_type

1478: -- When true, the procedure returns limits/other info|
1479: ------------------------------------------------------
1480:
1481: PROCEDURE Validate_other_credit_check
1482: ( p_header_rec IN OE_ORDER_PUB.header_rec_type
1483: , p_customer_id IN NUMBER
1484: , p_site_use_id IN NUMBER
1485: , p_calling_action IN VARCHAR2 := 'BOOKING'
1486: , p_credit_check_rule_rec IN

Line 2095: ( p_header_rec IN OE_ORDER_PUB.header_rec_type

2091: -- If credit check failed on any category, return failure
2092: -- and the category being checked.
2093: -----------------------------------------------------------
2094: PROCEDURE Check_Item_Limits
2095: ( p_header_rec IN OE_ORDER_PUB.header_rec_type
2096: , p_customer_id IN NUMBER
2097: , p_site_use_id IN NUMBER
2098: , p_calling_action IN VARCHAR2 DEFAULT 'BOOKING'
2099: , p_credit_check_rule_rec IN

Line 2316: ( p_header_rec IN OE_ORDER_PUB.header_rec_type

2312: -- credit limits specified in the customer/site
2313: -- or default credit profiles.
2314: ------------------------------------------------------------
2315: PROCEDURE Check_Other_Credit_Limits
2316: ( p_header_rec IN OE_ORDER_PUB.header_rec_type
2317: , p_customer_id IN NUMBER
2318: , p_site_use_id IN NUMBER
2319: , p_calling_action IN VARCHAR2 := 'BOOKING'
2320: , p_credit_check_rule_rec IN

Line 3087: ( p_header_rec IN OE_ORDER_PUB.Header_Rec_Type

3083: -- and determine result for calling function. |
3084: -------------------------------------------------
3085:
3086: PROCEDURE Check_order_credit
3087: ( p_header_rec IN OE_ORDER_PUB.Header_Rec_Type
3088: , p_calling_action IN VARCHAR2 DEFAULT 'BOOKING'
3089: , p_credit_check_rule_rec IN OE_CREDIT_CHECK_UTIL.OE_credit_rules_rec_type
3090: , p_system_parameter_rec IN OE_CREDIT_CHECK_UTIL.OE_systems_param_rec_type
3091: , p_transaction_amount IN NUMBER DEFAULT NULL