DBA Data[Home] [Help]

APPS.WSH_PROCESS_INTERFACED_PKG dependencies on WSH_PROCESS_INTERFACED_PKG

Line 1: PACKAGE BODY wsh_process_interfaced_pkg AS

1: PACKAGE BODY wsh_process_interfaced_pkg AS
2: /* $Header: WSHINPSB.pls 120.4 2008/01/14 15:44:57 skanduku ship $ */
3:
4:
5: /*=====================================================================================

Line 17: G_PKG_NAME CONSTANT VARCHAR2(50) := 'WSH_PROCESS_INTERFACED_PKG';

13: Ship Advice API for further processing.
14: =======================================================================================*/
15:
16: --
17: G_PKG_NAME CONSTANT VARCHAR2(50) := 'WSH_PROCESS_INTERFACED_PKG';
18: --
19: PROCEDURE process_inbound (
20: l_trns_history_rec IN wsh_transactions_history_pkg.txns_history_record_type,
21: x_return_status OUT NOCOPY VARCHAR2

Line 994: This Procedure is called from the WSH_PROCESS_INTERFACED_PKG.Process_Inbound Procedure

990: /*=======================================================================================
991:
992: PROCEDURE NAME : Derive_IDs
993:
994: This Procedure is called from the WSH_PROCESS_INTERFACED_PKG.Process_Inbound Procedure
995: to Derive, Validate data in the Interface tables and update ID columns in interface tables.
996: This procedure includes calls to various APIs available in Shipping.
997:
998: Only fields which are not being Derived/validated by any of the Public APIs(which will be

Line 1834: END wsh_process_interfaced_pkg;

1830: WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
1831: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
1832: END IF;
1833: END delete_interface_records;
1834: END wsh_process_interfaced_pkg;