DBA Data[Home] [Help]

APPS.HXC_DEPOSIT_WRAPPER_UTILITIES dependencies on HXC_DEP_TRANSACTIONS

Line 2219: -- records details of a deposit transaction in HXC_DEP_TRANSACTIONS

2215: -- procedure
2216: -- audit_transaction
2217: --
2218: -- description
2219: -- records details of a deposit transaction in HXC_DEP_TRANSACTIONS
2220: -- records details of a retrieval transaction in HXC_TRANSACTIONS
2221: -- parameters
2222: -- p_effective_date - the effective date of the transaction
2223: -- p_transaction_type - deposit type (DEPOSIT/RETRIEVAL)

Line 2255: insert into hxc_dep_transactions

2251: close c_transaction_sequence;
2252:
2253:
2254: IF p_transaction_type = 'DEPOSIT' THEN
2255: insert into hxc_dep_transactions
2256: (transaction_id
2257: ,transaction_date
2258: ,type
2259: ,transaction_process_id