DBA Data[Home] [Help]

APPS.BOM_ROUTINGHEADER_PVT dependencies on BOM_ROUTINGHEADER_PVT

Line 1: PACKAGE BODY BOM_RoutingHeader_PVT AS

1: PACKAGE BODY BOM_RoutingHeader_PVT AS
2: -- $Header: BOMVRTGB.pls 120.5 2005/12/05 05:53:25 earumuga noship $
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'BOM_RoutingHeader_PVT';
5: g_yes constant number := 1;

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

1: PACKAGE BODY BOM_RoutingHeader_PVT AS
2: -- $Header: BOMVRTGB.pls 120.5 2005/12/05 05:53:25 earumuga noship $
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30) := 'BOM_RoutingHeader_PVT';
5: g_yes constant number := 1;
6: g_no constant number := 2;
7: g_mfg constant number := 1; -- routing type
8: g_eng constant number := 2; -- routing type

Line 1841: l_routing_rec bom_routingheader_pvt.routing_rec_type;

1837: x_rtg_seq_id IN OUT NOCOPY NUMBER
1838: ) IS
1839: l_api_name CONSTANT VARCHAR2(30) := 'CreateRouting';
1840: l_api_version CONSTANT NUMBER := 1;
1841: l_routing_rec bom_routingheader_pvt.routing_rec_type;
1842: x_routing_rec bom_routingheader_pvt.routing_rec_type;
1843: BEGIN
1844: SAVEPOINT createrouting_pvt;
1845: -- Standard call to check for call compatibility.

Line 1842: x_routing_rec bom_routingheader_pvt.routing_rec_type;

1838: ) IS
1839: l_api_name CONSTANT VARCHAR2(30) := 'CreateRouting';
1840: l_api_version CONSTANT NUMBER := 1;
1841: l_routing_rec bom_routingheader_pvt.routing_rec_type;
1842: x_routing_rec bom_routingheader_pvt.routing_rec_type;
1843: BEGIN
1844: SAVEPOINT createrouting_pvt;
1845: -- Standard call to check for call compatibility.
1846: IF NOT fnd_api.compatible_api_call(l_api_version,

Line 1915: END BOM_RoutingHeader_PVT;

1911: END IF;
1912: END;
1913:
1914:
1915: END BOM_RoutingHeader_PVT;