DBA Data[Home] [Help]

APPS.INV_TRANSACTIONS_UTIL2 dependencies on INV_TRANSACTIONS_HISTORY_PKG

Line 164: l_txns_history_rec INV_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type;

160:
161:
162: pragma AUTONOMOUS_TRANSACTION;
163:
164: l_txns_history_rec INV_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type;
165: l_document_type VARCHAR2(10);
166: l_txn_direction VARCHAR2(10);
167: l_txn_id NUMBER;
168: l_document_number NUMBER := NULL;

Line 191: inv_trx_util_pub.TRACE('entity number: '||l_txns_history_rec.entity_number, 'INV_TRANSACTIONS_HISTORY_PKG', 9);

187: l_txn_direction := 'O';
188: END IF;
189:
190: if (g_debug = 1) then
191: inv_trx_util_pub.TRACE('entity number: '||l_txns_history_rec.entity_number, 'INV_TRANSACTIONS_HISTORY_PKG', 9);
192: end if;
193:
194: inv_transactions_history_pkg.Get_Txns_History( p_item_type,
195: p_item_key,

Line 194: inv_transactions_history_pkg.Get_Txns_History( p_item_type,

190: if (g_debug = 1) then
191: inv_trx_util_pub.TRACE('entity number: '||l_txns_history_rec.entity_number, 'INV_TRANSACTIONS_HISTORY_PKG', 9);
192: end if;
193:
194: inv_transactions_history_pkg.Get_Txns_History( p_item_type,
195: p_item_key,
196: l_txn_direction,
197: l_document_type,
198: l_txns_history_rec,

Line 213: INV_TRANSACTIONS_HISTORY_PKG.Create_Update_Txns_History ( l_txns_history_rec,

209: IF ( x_return_status <> rcv_error_pkg.g_ret_sts_success ) THEN
210: raise update_history;
211: END IF;
212:
213: INV_TRANSACTIONS_HISTORY_PKG.Create_Update_Txns_History ( l_txns_history_rec,
214: l_xml_document_id, -- being passed as null at this point
215: l_txn_id,
216: x_return_status );
217:

Line 275: l_curr_txn_hist_record INV_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type;

271: X_Return_Status OUT NOCOPY VARCHAR2 )
272: IS
273:
274: l_orig_Event_Key VARCHAR2 (240);
275: l_curr_txn_hist_record INV_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type;
276: l_Return_Status VARCHAR2 (1);
277: l_wms_deployment_mode VARCHAR2(1);
278: l_party_id NUMBER;
279: l_xml_document_id NUMBER;