DBA Data[Home] [Help]

APPS.MRP_SOURCING_GRP dependencies on MRP_SOURCING_GRP

Line 1: PACKAGE BODY MRP_Sourcing_GRP AS

1: PACKAGE BODY MRP_Sourcing_GRP AS
2: /* $Header: MRPGSRCB.pls 120.1 2006/03/08 04:52:38 davashia noship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2 (30) := 'MRP_Sourcing_GRP';
5:

Line 4: g_pkg_name CONSTANT VARCHAR2 (30) := 'MRP_Sourcing_GRP';

1: PACKAGE BODY MRP_Sourcing_GRP AS
2: /* $Header: MRPGSRCB.pls 120.1 2006/03/08 04:52:38 davashia noship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2 (30) := 'MRP_Sourcing_GRP';
5:
6: FUNCTION validate_item(
7: arg_item_id IN NUMBER,
8: arg_org_id IN NUMBER,

Line 427: END MRP_Sourcing_GRP;

423: RETURN;
424: END;
425: END Get_Source;
426:
427: END MRP_Sourcing_GRP;