DBA Data[Home] [Help]

APPS.HXC_ARCHIVE dependencies on HXC_UPGRADE_PKG

Line 1263: IF NOT hxc_upgrade_pkg.txn_upgrade_completed

1259: -- Bug 8888813
1260: -- If the upgrade for Deposit Transaction is not completed,
1261: -- ( Bug 8888811 ), hxc_transactions and hxc_transaction_details
1262: -- might still contain DEPOSIT transactions. Process them.
1263: IF NOT hxc_upgrade_pkg.txn_upgrade_completed
1264: THEN
1265:
1266: INSERT INTO hxc_transactions_ar
1267: (DATA_SET_ID,TRANSACTION_ID,TRANSACTION_PROCESS_ID,TRANSACTION_DATE,TYPE,

Line 1332: IF NOT hxc_upgrade_pkg.txn_upgrade_completed

1328: -- Need to report Transactions here only if Txn upgrade is not completed.
1329: -- If it is completed, Deposit transactions are moved later, and RETRIEVAL
1330: -- transactions are moved in the PARENT process -- No transactions to move here
1331: -- so dont report anything unless required.
1332: IF NOT hxc_upgrade_pkg.txn_upgrade_completed
1333: AND ( l_trans_count <> 0
1334: OR l_trans_del_count <> 0 )
1335: THEN
1336: