DBA Data[Home] [Help]

APPS.WSH_RCV_CORR_RTV_TXN_PKG dependencies on WSH_RCV_CORR_RTV_TXN_PKG

Line 1: PACKAGE BODY WSH_RCV_CORR_RTV_TXN_PKG as

1: PACKAGE BODY WSH_RCV_CORR_RTV_TXN_PKG as
2: /* $Header: WSHRCRVB.pls 120.0 2005/05/26 18:03:27 appldev noship $ */
3:
4:
5: --===================

Line 9: G_PKG_NAME CONSTANT VARCHAR2(50) := 'WSH_RCV_CORR_RTV_TXN_PKG';

5: --===================
6: -- GLOBAL VARIABLES
7: --===================
8: --
9: G_PKG_NAME CONSTANT VARCHAR2(50) := 'WSH_RCV_CORR_RTV_TXN_PKG';
10: --
11: --
12: -- the following variables are defined for caching the delivery id
13: g_del_cache_tbl wsh_util_core.key_value_tab_type;

Line 844: l_pr_rem_in_rec WSH_RCV_CORR_RTV_TXN_PKG.action_in_rec_type;

840: --l_close_line_rec OE_WSH_BULK_GRP.line_rec_type;
841: l_action_prms WSH_BULK_TYPES_GRP.action_parameters_rectype;
842: l_po_status_rec PO_STATUS_REC_TYPE;
843: l_unassign_action_prms wsh_glbl_var_strct_grp.dd_action_parameters_rec_type;
844: l_pr_rem_in_rec WSH_RCV_CORR_RTV_TXN_PKG.action_in_rec_type;
845:
846: l_po_action_prms WSH_BULK_TYPES_GRP.action_parameters_rectype;
847: l_dd_list WSH_PO_CMG_PVT.dd_list_type;
848:

Line 2271: END WSH_RCV_CORR_RTV_TXN_PKG;

2267: END IF;
2268: --
2269: END process_remaining_req_quantity;
2270:
2271: END WSH_RCV_CORR_RTV_TXN_PKG;