DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_LINES_PVT dependencies on OE_ORDER_PUB

Line 2112: ( p_header_rec IN OE_ORDER_PUB.header_rec_type

2108: -- input parameter |
2109: ----------------------------------------------
2110:
2111: PROCEDURE Check_Trx_Limit
2112: ( p_header_rec IN OE_ORDER_PUB.header_rec_type
2113: , p_customer_id IN NUMBER
2114: , p_site_use_id IN NUMBER
2115: , p_credit_level IN VARCHAR2
2116: , p_credit_check_rule_rec IN

Line 2277: ( p_header_rec IN OE_ORDER_PUB.header_rec_type

2273: -- When true, the procedure returns limits/other info|
2274: ------------------------------------------------------
2275:
2276: PROCEDURE Validate_other_credit_check
2277: ( p_header_rec IN OE_ORDER_PUB.header_rec_type
2278: , p_customer_id IN NUMBER
2279: , p_site_use_id IN NUMBER
2280: , p_calling_action IN VARCHAR2 := 'BOOKING'
2281: , p_party_id IN NUMBER

Line 2703: ( p_header_rec IN OE_ORDER_PUB.header_rec_type

2699: -- If credit check failed on any category, return failure
2700: -- and the category being checked.
2701: -----------------------------------------------------------
2702: PROCEDURE Check_Item_Limits
2703: ( p_header_rec IN OE_ORDER_PUB.header_rec_type
2704: , p_customer_id IN NUMBER
2705: , p_site_use_id IN NUMBER
2706: , p_calling_action IN VARCHAR2 DEFAULT 'BOOKING'
2707: , p_credit_check_rule_rec IN

Line 2929: ( p_header_rec IN OE_ORDER_PUB.header_rec_type

2925: -- credit limits specified in the customer/site
2926: -- or default credit profiles.
2927: ------------------------------------------------------------
2928: PROCEDURE Check_Other_Credit_Limits
2929: ( p_header_rec IN OE_ORDER_PUB.header_rec_type
2930: , p_customer_id IN NUMBER
2931: , p_site_use_id IN NUMBER
2932: , p_calling_action IN VARCHAR2 := 'BOOKING'
2933: , p_credit_check_rule_rec IN

Line 3785: ( p_header_rec IN OE_ORDER_PUB.Header_Rec_Type

3781: -- and determine result for calling function. |
3782: -------------------------------------------------
3783:
3784: PROCEDURE Check_order_lines_credit
3785: ( p_header_rec IN OE_ORDER_PUB.Header_Rec_Type
3786: , p_calling_action IN VARCHAR2 DEFAULT 'BOOKING'
3787: , p_credit_check_rule_rec IN OE_CREDIT_CHECK_UTIL.OE_credit_rules_rec_type
3788: , p_system_parameter_rec IN OE_CREDIT_CHECK_UTIL.OE_systems_param_rec_type
3789: , x_msg_count OUT NOCOPY NUMBER