DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_LINES_PVT dependencies on MO_GLOBAL

Line 4396: , p_org_id => mo_global.get_current_org_id

4392: oe_debug_pub.ADD('OEXVCRLB: Tolerance Check is required');
4393: IF NOT OE_HOLDS_PUB.Hold_exists( p_hold_entity_code => 'O'
4394: , p_hold_entity_id => p_header_rec.header_id
4395: , p_hold_id => 1
4396: , p_org_id => mo_global.get_current_org_id
4397: )
4398: THEN
4399: oe_debug_pub.ADD('OEXVCRLB: Active hold does not exists.');
4400: IF Check_Manual_Released_Holds( p_calling_action => p_calling_action ,