DBA Data[Home] [Help]

APPS.INV_PURGE_PUB dependencies on INV_TXN_PURGE_MAIN

Line 119: inv_txn_purge_main.txn_purge_main(x_errbuf, x_retcode, p_orgid, l_purge_date);

115: /* Bug: 3145486*/
116: l_purge_date := fnd_date.canonical_to_date(p_purge_date) + 1 -(1 /(24 * 3600));
117:
118: /* Bug# 3542452 */
119: inv_txn_purge_main.txn_purge_main(x_errbuf, x_retcode, p_orgid, l_purge_date);
120:
121: -- Commented out as part of Bug# 3542452
122: /*IF l_retcode = 2 THEN
123: fnd_file.put_line(fnd_file.LOG, 'Error from INV_TXN_PURGE_MAIN.TXN_PURGE_MAIN');

Line 123: fnd_file.put_line(fnd_file.LOG, 'Error from INV_TXN_PURGE_MAIN.TXN_PURGE_MAIN');

119: inv_txn_purge_main.txn_purge_main(x_errbuf, x_retcode, p_orgid, l_purge_date);
120:
121: -- Commented out as part of Bug# 3542452
122: /*IF l_retcode = 2 THEN
123: fnd_file.put_line(fnd_file.LOG, 'Error from INV_TXN_PURGE_MAIN.TXN_PURGE_MAIN');
124: l_ret := fnd_concurrent.set_completion_status('ERROR', 'Error');
125: x_retcode := 2;
126: x_errbuf := 'Error';
127: END IF;