DBA Data[Home] [Help]

APPS.MRP_DEFAULT_SOURCING_RULE dependencies on MRP_DEFAULT_SOURCING_RULE

Line 1: PACKAGE BODY MRP_Default_Sourcing_Rule AS

1: PACKAGE BODY MRP_Default_Sourcing_Rule AS
2: /* $Header: MRPDSRLB.pls 120.1 2005/06/16 08:11:40 ichoudhu noship $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'MRP_Default_Sourcing_Rule';

2: /* $Header: MRPDSRLB.pls 120.1 2005/06/16 08:11:40 ichoudhu noship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'MRP_Default_Sourcing_Rule';
7:
8: -- Boolean table type.
9:
10: TYPE Boolean_Tbl_Type IS TABLE OF BOOLEAN

Line 1140: MRP_Default_Sourcing_Rule.Attributes

1136: OR g_Sourcing_Rule_rec.Sourcing_Rule_Type = FND_API.G_MISS_NUM
1137: OR g_Sourcing_Rule_rec.Status = FND_API.G_MISS_NUM
1138: THEN
1139:
1140: MRP_Default_Sourcing_Rule.Attributes
1141: ( p_Sourcing_Rule_rec => g_Sourcing_Rule_rec
1142: , p_iteration => p_iteration + 1
1143: , x_Sourcing_Rule_rec => x_Sourcing_Rule_rec
1144: );

Line 1156: END MRP_Default_Sourcing_Rule;

1152: END IF;
1153:
1154: END Attributes;
1155:
1156: END MRP_Default_Sourcing_Rule;