DBA Data[Home] [Help]

APPS.PO_DISTRIBUTIONS_PKG2 dependencies on PO_WF_DEBUG_PKG

Line 388: po_wf_debug_pkg.insert_Debug('lak','lak','foloing should fail 1');

384: if (nvl(X_Code_Combination_Id,-999) <> nvl( Recinfo.Code_Combination_Id,-999)) then
385: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Code_Combination_Id '||X_Code_Combination_Id ||' Database Code_Combination_Id '||Recinfo.Code_Combination_Id);
386: end if;
387:
388: po_wf_debug_pkg.insert_Debug('lak','lak','foloing should fail 1');
389: if (nvl(X_Quantity_Ordered ,-999) <> nvl( Recinfo.Quantity_Ordered ,-999)) then
390: po_wf_debug_pkg.insert_Debug('lak','lak','foloing should fail 5');
391: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Quantity_Ordered '||X_Quantity_Ordered ||' Database Quantity_Ordered '||Recinfo.Quantity_Ordered);
392: end if;

Line 390: po_wf_debug_pkg.insert_Debug('lak','lak','foloing should fail 5');

386: end if;
387:
388: po_wf_debug_pkg.insert_Debug('lak','lak','foloing should fail 1');
389: if (nvl(X_Quantity_Ordered ,-999) <> nvl( Recinfo.Quantity_Ordered ,-999)) then
390: po_wf_debug_pkg.insert_Debug('lak','lak','foloing should fail 5');
391: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Quantity_Ordered '||X_Quantity_Ordered ||' Database Quantity_Ordered '||Recinfo.Quantity_Ordered);
392: end if;
393: if (nvl(X_Po_Release_Id ,-999) <> nvl( Recinfo.Po_Release_Id ,-999)) then
394: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,c_log_head || l_api_name,' Form Po_Release_Id '||X_Po_Release_Id ||' Database Po_Release_Id '||Recinfo.Po_Release_Id);