DBA Data[Home] [Help]

APPS.OE_ORDER_PVT_W dependencies on OE_DEBUG_PUB

Line 847: oe_debug_pub.g_debug_level := FND_PROFILE.VALUE('ONT_DEBUG_LEVEL');

843: ddp_x_old_header_rec.transaction_phase_code:='F';
844: ddp_x_header_rec.transaction_phase_code:='F';
845:
846:
847: oe_debug_pub.g_debug_level := FND_PROFILE.VALUE('ONT_DEBUG_LEVEL');
848: l_fname := oe_Debug_pub.set_debug_mode('FILE');
849:
850: oe_debug_pub.debug_on;
851:

Line 848: l_fname := oe_Debug_pub.set_debug_mode('FILE');

844: ddp_x_header_rec.transaction_phase_code:='F';
845:
846:
847: oe_debug_pub.g_debug_level := FND_PROFILE.VALUE('ONT_DEBUG_LEVEL');
848: l_fname := oe_Debug_pub.set_debug_mode('FILE');
849:
850: oe_debug_pub.debug_on;
851:
852:

Line 850: oe_debug_pub.debug_on;

846:
847: oe_debug_pub.g_debug_level := FND_PROFILE.VALUE('ONT_DEBUG_LEVEL');
848: l_fname := oe_Debug_pub.set_debug_mode('FILE');
849:
850: oe_debug_pub.debug_on;
851:
852:
853: -- here's the delegated call to the old PL/SQL routine
854: oe_order_pvt.header(p_init_msg_list,