DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_UTIL2 dependencies on RCV_TRANSACTIONS_HISTORY_PKG

Line 102: l_txns_history_rec RCV_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type;

98:
99:
100: pragma AUTONOMOUS_TRANSACTION;
101:
102: l_txns_history_rec RCV_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type;
103: l_document_type VARCHAR2(2);
104: l_txn_direction VARCHAR2(1);
105: l_txn_id NUMBER;
106: l_document_number NUMBER := NULL;

Line 129: rcv_transactions_history_pkg.Get_Txns_History( p_item_type,

125: l_txn_direction := 'O';
126: END IF;
127:
128:
129: rcv_transactions_history_pkg.Get_Txns_History( p_item_type,
130: p_item_key,
131: l_txn_direction,
132: l_document_type,
133: --l_document_number,

Line 149: RCV_TRANSACTIONS_HISTORY_PKG.Create_Update_Txns_History (l_txns_history_rec,

145: IF ( x_return_status <> rcv_error_pkg.g_ret_sts_success ) THEN
146: raise update_history;
147: END IF;
148:
149: RCV_TRANSACTIONS_HISTORY_PKG.Create_Update_Txns_History (l_txns_history_rec,
150: l_xml_document_id,
151: l_txn_id,
152: x_return_status );
153:

Line 212: l_curr_txn_hist_record RCV_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type;

208: X_Return_Status OUT NOCOPY VARCHAR2)
209: IS
210:
211: l_orig_Event_Key VARCHAR2 (240);
212: l_curr_txn_hist_record RCV_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type;
213: l_Return_Status VARCHAR2 (1);
214: l_wms_deployment_mode VARCHAR2(1);
215: l_party_id NUMBER;
216: l_xml_document_id NUMBER;