DBA Data[Home] [Help]

APPS.OE_CREDIT_ENGINE_GRP dependencies on OE_HOLD_DEFINITIONS

Line 69: FROM oe_hold_definitions

65: SELECT item_type,
66: activity_name
67: INTO G_cc_hold_item_type,
68: G_cc_hold_activity_name
69: FROM oe_hold_definitions
70: WHERE hold_id = 1;
71:
72: IF G_debug_flag = 'Y' THEN
73: OE_DEBUG_PUB.ADD('G_cc_hold_item_type = '||G_cc_hold_item_type, 2);