DBA Data[Home] [Help]

APPS.PO_CONTERMS_WF_PVT dependencies on PO_DEBUG

Line 995: PO_DEBUG.debug_stmt(g_module_prefix||l_api_name, '133',

991: END IF;--l_event_tbl.count>0
992:
993: -- Bug 3652222 START
994: IF g_fnd_debug = 'Y' then
995: PO_DEBUG.debug_stmt(g_module_prefix||l_api_name, '133',
996: 'Before call Get_Last_Signed_Revision');
997: END IF;
998:
999: -- Migrate PO:

Line 1015: PO_DEBUG.debug_stmt(g_module_prefix||l_api_name, '135',

1011: x_msg_data => x_msg_data,
1012: x_msg_count => x_msg_count);
1013:
1014: IF g_fnd_debug = 'Y' then
1015: PO_DEBUG.debug_stmt(g_module_prefix||l_api_name, '135',
1016: 'l_last_signed_revision: ' || l_last_signed_revision ||
1017: ', l_signed_records: ' || l_signed_records);
1018: END IF;
1019: