DBA Data[Home] [Help]

APPS.AHL_UC_POS_NECES_PVT dependencies on AHL_UC_POS_NECES_PVT

Line 1: PACKAGE BODY AHL_UC_POS_NECES_PVT AS

1: PACKAGE BODY AHL_UC_POS_NECES_PVT AS
2: /* $Header: AHLVNECB.pls 120.2 2007/12/21 13:29:24 sathapli ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'AHL_UC_POS_NECES_PVT';
5:

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'AHL_UC_POS_NECES_PVT';

1: PACKAGE BODY AHL_UC_POS_NECES_PVT AS
2: /* $Header: AHLVNECB.pls 120.2 2007/12/21 13:29:24 sathapli ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'AHL_UC_POS_NECES_PVT';
5:
6:
7: ----------------------------------------
8: -- Begin Local Procedures Declaration--

Line 42: -- p_x_error_table IN OUT AHL_UC_POS_NECES_PVT.Error_Tbl_Type

38: -- p_csi_instance_id IN NUMBER the starting intance id. It's the
39: -- alternative to p_uc_header_id
40: -- x_evaluation_status OUT VARCHAR2
41: -- The flag which indicates whether the unit has extra nodes or not.
42: -- p_x_error_table IN OUT AHL_UC_POS_NECES_PVT.Error_Tbl_Type
43: -- An output table with the list of all the extra nodes.
44: --
45: -- History:
46: -- 05/19/03 SBethi CREATED

Line 1107: -- p_x_error_table IN OUT AHL_UC_POS_NECES_PVT.Error_Tbl_Type

1103: -- The header id of the unit configuration. Not required if p_csi_instance_id is given.
1104: -- p_csi_instance_id IN NUMBER Conditionally Required
1105: -- The instance where the Quantity needs to be checked. Not required if p_uc_header_id is given.
1106: -- x_evaluation_status OUT VARCHAR2 The flag which indicates whether the unit has any Quantity mismatch.
1107: -- p_x_error_table IN OUT AHL_UC_POS_NECES_PVT.Error_Tbl_Type
1108: -- The output table with the list of Quantity based validation failures
1109: --
1110: -- History:
1111: -- 05-Dec-2007 SATHAPLI Created

Line 1738: END AHL_UC_POS_NECES_PVT;

1734: p_data => x_msg_data,
1735: p_encoded => fnd_api.g_false);
1736: END Check_Position_Quantities;
1737:
1738: END AHL_UC_POS_NECES_PVT;