DBA Data[Home] [Help]

APPS.MRP_DEFAULT_SOURCING_RULE dependencies on MRP_GLOBALS

Line 26: IF g_Sourcing_Rule_rec.operation = MRP_GLOBALS.G_OPR_CREATE THEN

22: IS
23: l_sourcing_rule_id NUMBER;
24: BEGIN
25:
26: IF g_Sourcing_Rule_rec.operation = MRP_GLOBALS.G_OPR_CREATE THEN
27: SELECT mrp_sourcing_rules_s.NEXTVAL
28: INTO l_sourcing_rule_id
29: FROM dual;
30:

Line 331: IF p_iteration > MRP_Globals.G_MAX_DEF_ITERATIONS THEN

327: BEGIN
328:
329: -- Check number of iterations.
330:
331: IF p_iteration > MRP_Globals.G_MAX_DEF_ITERATIONS THEN
332:
333: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)
334: THEN
335: