DBA Data[Home] [Help]

APPS.BOM_ROUTINGINTERFACE_PUB dependencies on BOM_ROUTINGINTERFACE_PUB

Line 1: PACKAGE BODY BOM_RoutingInterface_PUB AS

1: PACKAGE BODY BOM_RoutingInterface_PUB AS
2: /* $Header: BOMPRTGB.pls 120.1 2005/06/21 02:58:37 appldev ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):='BOM_RoutingInterface_PUB';
5: g_yes CONSTANT number := 1;

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

1: PACKAGE BODY BOM_RoutingInterface_PUB AS
2: /* $Header: BOMPRTGB.pls 120.1 2005/06/21 02:58:37 appldev ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):='BOM_RoutingInterface_PUB';
5: g_yes CONSTANT number := 1;
6: g_no CONSTANT number := 2;
7:
8: g_CommitRows number;

Line 2531: END BOM_RoutingInterface_PUB;

2527: p_count => x_msg_count,
2528: p_data => x_msg_data
2529: );
2530: END ImportRouting;
2531: END BOM_RoutingInterface_PUB;