DBA Data[Home] [Help]

APPS.XLA_UPGRADE_PUB dependencies on AR_UPGHARNESS_PKG

Line 1642: ar_upgharness_pkg.Ar_master_upg(l_error_buf,

1638: -- resetting the return code to NON-ZERO so that the success of ZX is not propagated to Products run.
1639: -- Also, if Product API's donot initiliaze the recode correctly,then ZX retcode is treated as Products Retcode.
1640: l_retcode := -1 ;
1641: l_step_value := 'Upgrade for Receivables via Receivables Master API' ;
1642: ar_upgharness_pkg.Ar_master_upg(l_error_buf,
1643: l_retcode,
1644: l_ledger_id,
1645: l_period_name,
1646: l_number_of_workers,

Line 2199: -- AR_UPGHARNESS_PKG.ar_master_upg(

2195: -- fnd_file.put_line(fnd_file.log, '*Return code from ZX: '|| to_char(l_retcode));
2196: -- END IF;
2197:
2198: -- ELSIF l_application_id = 222 then
2199: -- AR_UPGHARNESS_PKG.ar_master_upg(
2200: -- l_error_buf,
2201: -- l_retcode,
2202: -- l_ledger_id,
2203: -- l_period_name,