DBA Data[Home] [Help]

APPS.XLA_UPGRADE_PUB dependencies on AP_XLA_UPGRADE_PKG

Line 1616: ap_xla_upgrade_pkg.Ap_xla_upgrade_ondemand(

1612: -- resetting the return code to NON-ZERO so that the success of ZX is not propagated to Products run.
1613: -- Also, if Product API's donot initiliaze the recode correctly,then ZX retcode is treated as Products Retcode.
1614: l_retcode := -1 ;
1615: l_step_value := 'Upgrade for Payables via Payables Master API' ;
1616: ap_xla_upgrade_pkg.Ap_xla_upgrade_ondemand(
1617: errbuf => l_error_buf,
1618: retcode => l_retcode,
1619: p_batch_size => l_batch_size,
1620: p_num_workers => l_number_of_workers);

Line 2179: -- AP_XLA_UPGRADE_PKG.AP_XLA_Upgrade_OnDemand(

2175: --fnd_file.put_line(fnd_file.log, '*Return code from FA: '|| to_char(l_retcode));
2176:
2177: -- ELSIF l_application_id = 200 then
2178:
2179: -- AP_XLA_UPGRADE_PKG.AP_XLA_Upgrade_OnDemand(
2180: -- Errbuf => l_error_buf,
2181: -- Retcode => l_retcode,
2182: -- P_Batch_Size => l_batch_size,
2183: -- P_Num_Workers => l_number_of_workers);