DBA Data[Home] [Help]

APPS.WSH_PROCESS_INTERFACED_PKG dependencies on WSH_TRANSACTIONS_HISTORY_PKG

Line 7: l_trns_history_rec wsh_transactions_history_pkg.txns_history_record_type;

3:
4: c_sdebug CONSTANT NUMBER := wsh_debug_sv.c_level1;
5: c_debug CONSTANT NUMBER := wsh_debug_sv.c_level2;
6:
7: l_trns_history_rec wsh_transactions_history_pkg.txns_history_record_type;
8:
9: /* WSH_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type will have the following
10: Important Fields.
11: DOC_TYPE

Line 9: /* WSH_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type will have the following

5: c_debug CONSTANT NUMBER := wsh_debug_sv.c_level2;
6:
7: l_trns_history_rec wsh_transactions_history_pkg.txns_history_record_type;
8:
9: /* WSH_TRANSACTIONS_HISTORY_PKG.Txns_History_Record_Type will have the following
10: Important Fields.
11: DOC_TYPE
12: DOC_NUMBER
13: TRADING_PARTNER_ID

Line 21: l_trns_history_rec IN WSH_TRANSACTIONS_HISTORY_PKG.txns_history_record_type,

17: ORIG_DOCUMENT_NUMBER */
18:
19:
20: PROCEDURE process_inbound (
21: l_trns_history_rec IN WSH_TRANSACTIONS_HISTORY_PKG.txns_history_record_type,
22: x_return_status OUT NOCOPY VARCHAR2
23: );
24:
25: PROCEDURE derive_ids (