DBA Data[Home] [Help]

APPS.INV_ONHAND_BALANCE dependencies on INV_TRANSACTIONS_HISTORY_PKG

Line 18: PROCEDURE Raise_Event ( P_txn_hist_record IN INV_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type,

14: | | |
15: | |
16: ============================================================================*/
17:
18: PROCEDURE Raise_Event ( P_txn_hist_record IN INV_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type,
19: P_xml_document_id IN NUMBER,
20: x_return_status IN OUT NOCOPY VARCHAR2)
21: IS
22:

Line 33: l_txn_hist_record INV_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type;

29: l_txns_id NUMBER;
30: l_xml_document_id NUMBER;
31:
32: l_msg_parameter_list WF_PARAMETER_LIST_T;
33: l_txn_hist_record INV_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type;
34:
35: l_wms_deployment_mode varchar2(1);
36:
37: invalid_event_name EXCEPTION;

Line 221: INV_TRANSACTIONS_HISTORY_PKG.Create_Update_Txns_History ( l_txn_hist_record,

217: if (g_debug = 1) then
218: inv_trx_util_pub.TRACE('ECX Parameter2 is '||l_txn_hist_record.Client_Code, 'INV_ONHAND_BALANCE', 9);
219: end if;
220:
221: INV_TRANSACTIONS_HISTORY_PKG.Create_Update_Txns_History ( l_txn_hist_record,
222: l_xml_document_id,
223: l_txns_id,
224: l_return_status );
225:

Line 296: l_curr_txn_hist_record inv_transactions_history_pkg.Txns_History_Record_Type;

292: X_Return_Status OUT NOCOPY VARCHAR2)
293: IS
294:
295: l_orig_Event_Key VARCHAR2 (240);
296: l_curr_txn_hist_record inv_transactions_history_pkg.Txns_History_Record_Type;
297: l_Return_Status VARCHAR2 (1);
298: l_wms_deployment_mode VARCHAR2(1);
299: l_party_id NUMBER;
300: l_xml_document_id NUMBER;