DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_UTIL dependencies on OE_HOLDS_PVT

Line 4397: p_hold_source_rec IN OE_HOLDS_PVT.Hold_Source_Rec_Type)

4393: -- This procedure is added to update the Credit Profile Lvel in OE_ORDER_HOLDS_ALL table
4394: -- that will be used to decide if the Bill to Change should trigger Credit Checing or not.
4395: --------------------------------------------------------------------------------------------
4396: PROCEDURE Update_Credit_Profile_Level(
4397: p_hold_source_rec IN OE_HOLDS_PVT.Hold_Source_Rec_Type)
4398: IS
4399: l_hold_source_id NUMBER;
4400: BEGIN
4401: IF G_debug_flag = 'Y' THEN