DBA Data[Home] [Help]

APPS.ECX_TRANSACTIONS_PKG dependencies on ECX_TRANSACTIONS_API

Line 116: ecx_transactions_api.update_transaction (

112: if ((x_custom_mode = 'FORCE') or
113: ((l_luby = 0) and (l_db_luby = 1)) or
114: ((l_luby = l_db_luby) and (l_ludate > l_db_ludate)))
115: then
116: ecx_transactions_api.update_transaction (
117: X_RETURN_STATUS => l_ret_code,
118: X_MSG => l_errmsg,
119: P_TRANSACTION_ID => l_transaction_id,
120: P_TRANSACTION_TYPE => X_TRANSACTION_TYPE,

Line 132: ecx_transactions_api.create_transaction (

128: end if;
129: end if;
130: exception
131: when no_data_found then
132: ecx_transactions_api.create_transaction (
133: x_return_status => l_ret_code,
134: x_msg => l_errmsg,
135: x_transaction_id => l_transaction_id,
136: p_transaction_type => X_TRANSACTION_TYPE,