DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_LINES_PVT dependencies on OE_ORDER_PUB

Line 2270: ( p_header_rec IN OE_ORDER_PUB.header_rec_type

2266: -- input parameter |
2267: ----------------------------------------------
2268:
2269: PROCEDURE Check_Trx_Limit
2270: ( p_header_rec IN OE_ORDER_PUB.header_rec_type
2271: , p_customer_id IN NUMBER
2272: , p_site_use_id IN NUMBER
2273: , p_credit_level IN VARCHAR2
2274: , p_credit_check_rule_rec IN

Line 2448: ( p_header_rec IN OE_ORDER_PUB.header_rec_type

2444: -- When true, the procedure returns limits/other info|
2445: ------------------------------------------------------
2446:
2447: PROCEDURE Validate_other_credit_check
2448: ( p_header_rec IN OE_ORDER_PUB.header_rec_type
2449: , p_customer_id IN NUMBER
2450: , p_site_use_id IN NUMBER
2451: , p_calling_action IN VARCHAR2 := 'BOOKING'
2452: , p_party_id IN NUMBER

Line 2874: ( p_header_rec IN OE_ORDER_PUB.header_rec_type

2870: -- If credit check failed on any category, return failure
2871: -- and the category being checked.
2872: -----------------------------------------------------------
2873: PROCEDURE Check_Item_Limits
2874: ( p_header_rec IN OE_ORDER_PUB.header_rec_type
2875: , p_customer_id IN NUMBER
2876: , p_site_use_id IN NUMBER
2877: , p_calling_action IN VARCHAR2 DEFAULT 'BOOKING'
2878: , p_credit_check_rule_rec IN

Line 3100: ( p_header_rec IN OE_ORDER_PUB.header_rec_type

3096: -- credit limits specified in the customer/site
3097: -- or default credit profiles.
3098: ------------------------------------------------------------
3099: PROCEDURE Check_Other_Credit_Limits
3100: ( p_header_rec IN OE_ORDER_PUB.header_rec_type
3101: , p_customer_id IN NUMBER
3102: , p_site_use_id IN NUMBER
3103: , p_calling_action IN VARCHAR2 := 'BOOKING'
3104: , p_credit_check_rule_rec IN

Line 4201: ( p_header_rec IN OE_ORDER_PUB.Header_Rec_Type

4197: -- and determine result for calling function. |
4198: -------------------------------------------------
4199:
4200: PROCEDURE Check_order_lines_credit
4201: ( p_header_rec IN OE_ORDER_PUB.Header_Rec_Type
4202: , p_calling_action IN VARCHAR2 DEFAULT 'BOOKING'
4203: , p_credit_check_rule_rec IN OE_CREDIT_CHECK_UTIL.OE_credit_rules_rec_type
4204: , p_system_parameter_rec IN OE_CREDIT_CHECK_UTIL.OE_systems_param_rec_type
4205: , x_msg_count OUT NOCOPY NUMBER