DBA Data[Home] [Help]

APPS.RCV_EXTERNAL_INTERFACE_SV dependencies on RCV_TRANSACTIONS_HISTORY_PKG

Line 23: PROCEDURE Raise_Event ( P_txn_hist_record IN RCV_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type,

19: | 24-Dec-09 Sunil Mididuddi Created |
20: | |
21: ============================================================================*/
22:
23: PROCEDURE Raise_Event ( P_txn_hist_record IN RCV_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type,
24: P_xml_document_id IN NUMBER,
25: x_return_status IN OUT NOCOPY VARCHAR2)
26: IS
27:

Line 39: l_txn_hist_record RCV_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type;

35: l_txns_id NUMBER := NULL;
36: l_xml_document_id NUMBER;
37:
38: l_msg_parameter_list WF_PARAMETER_LIST_T;
39: l_txn_hist_record RCV_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type;
40:
41: l_wms_deployment_mode varchar2(1);
42:
43: invalid_event_name EXCEPTION;

Line 244: RCV_TRANSACTIONS_HISTORY_PKG.Create_Update_Txns_History ( l_txn_hist_record,

240: IF (g_asn_debug = 'Y') THEN
241: asn_debug.put_line('Receipt Number is '||l_txn_hist_record.Entity_Number);
242: END IF;
243:
244: RCV_TRANSACTIONS_HISTORY_PKG.Create_Update_Txns_History ( l_txn_hist_record,
245: l_xml_document_id,
246: l_txns_id,
247: l_return_status );
248: