DBA Data[Home] [Help]

APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on OE_DEBUG_PUB

Line 3980: oe_debug_pub.debug_on;

3976:
3977: --ER#9775673: Start OM debugging only if the profile
3978: --'OM: Debug Level' is set to any value other than 0.
3979: if gOMDebug > 0 then
3980: oe_debug_pub.debug_on;
3981: oe_debug_pub.initialize;
3982: l_file_val := OE_DEBUG_PUB.Set_Debug_Mode('FILE');
3983: oe_Debug_pub.setdebuglevel(5);
3984:

Line 3981: oe_debug_pub.initialize;

3977: --ER#9775673: Start OM debugging only if the profile
3978: --'OM: Debug Level' is set to any value other than 0.
3979: if gOMDebug > 0 then
3980: oe_debug_pub.debug_on;
3981: oe_debug_pub.initialize;
3982: l_file_val := OE_DEBUG_PUB.Set_Debug_Mode('FILE');
3983: oe_Debug_pub.setdebuglevel(5);
3984:
3985: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE

Line 3982: l_file_val := OE_DEBUG_PUB.Set_Debug_Mode('FILE');

3978: --'OM: Debug Level' is set to any value other than 0.
3979: if gOMDebug > 0 then
3980: oe_debug_pub.debug_on;
3981: oe_debug_pub.initialize;
3982: l_file_val := OE_DEBUG_PUB.Set_Debug_Mode('FILE');
3983: oe_Debug_pub.setdebuglevel(5);
3984:
3985: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE
3986: , G_PKG_NAME

Line 3983: oe_Debug_pub.setdebuglevel(5);

3979: if gOMDebug > 0 then
3980: oe_debug_pub.debug_on;
3981: oe_debug_pub.initialize;
3982: l_file_val := OE_DEBUG_PUB.Set_Debug_Mode('FILE');
3983: oe_Debug_pub.setdebuglevel(5);
3984:
3985: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE
3986: , G_PKG_NAME
3987: , '>> ' || l_program || 'OM Debug File:' || l_file_val