DBA Data[Home] [Help]

APPS.ENG_OPS_CONTROLLER dependencies on BOM_GLOBALS

Line 261: IF BOM_Globals.get_debug = 'Y'

257: l_disable_revision NUMBER; --BUG 3034642
258: BEGIN
259:
260:
261: IF BOM_Globals.get_debug = 'Y'
262: THEN
263: error_handler.write_debug('At the beginning of Validate_And_Write,the return status is');
264: error_handler.write_debug( l_Return_Status);
265: END IF;

Line 283: IF BOM_Globals.get_debug = 'Y'

279: ELSIF p_record_status = 'DELETE'
280: THEN
281: l_rev_operation_tbl(1).transaction_type := 'DELETE';
282: END IF;
283: IF BOM_Globals.get_debug = 'Y'
284: THEN
285: error_handler.write_debug('After Create_Exp_Unexp_Rec, the return status is');
286: error_handler.write_debug( l_Return_Status);
287: END IF;

Line 315: IF BOM_Globals.get_debug = 'Y'

311: , x_rev_op_resource_tbl => l_rev_op_resource_tbl
312: , x_rev_sub_resource_tbl => l_rev_sub_resource_tbl
313: ,x_disable_revision =>l_disable_revision --BUG 3034642
314: );
315: IF BOM_Globals.get_debug = 'Y'
316: THEN
317: error_handler.write_debug('After process_ECO, the return status is');
318: error_handler.write_debug( l_Return_Status);
319: END IF;