DBA Data[Home] [Help]

APPS.PA_AP_XFER_PKG dependencies on PA_INTEGRATION

Line 94: IF pa_integration.check_ap_invoices(nvl(l_system_reference2,0),'ADJUSTMENTS') <> 'N'

90: pa_debug.write_file(pa_debug.g_err_stage);
91:
92: /*Bug 3094341. Added an NVL condition to system_reference2, as it was calling
93: AP_PA_API_PKG, which was erroring out when NULL was passed. No records were retrieved when NULL is passed. */
94: IF pa_integration.check_ap_invoices(nvl(l_system_reference2,0),'ADJUSTMENTS') <> 'N'
95: THEN
96: UPDATE PA_COST_DISTRIBUTION_LINES
97: SET transfer_status_code ='B'
98: WHERE system_reference2 =l_system_reference2