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.11 2011/12/21 10:08: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 1079: This Procedure is called from the WSH_PROCESS_INTERFACED_PKG.Process_Inbound Procedure

1075: /*=======================================================================================
1076:
1077: PROCEDURE NAME : Derive_IDs
1078:
1079: This Procedure is called from the WSH_PROCESS_INTERFACED_PKG.Process_Inbound Procedure
1080: to Derive, Validate data in the Interface tables and update ID columns in interface tables.
1081: This procedure includes calls to various APIs available in Shipping.
1082:
1083: Only fields which are not being Derived/validated by any of the Public APIs(which will be

Line 2325: END wsh_process_interfaced_pkg;

2321: END IF;
2322: --
2323: END delete_interface_records;
2324:
2325: END wsh_process_interfaced_pkg;