DBA Data[Home] [Help]

APPS.MRP_VALIDATE_SOURCING_RULE dependencies on MRP_SOURCING_RULES

Line 1081: FROM MRP_SOURCING_RULES

1077: -- not already exist in the given org
1078: -- bug 3015208
1079: SELECT count(*)
1080: INTO l_count
1081: FROM MRP_SOURCING_RULES
1082: WHERE sourcing_rule_name = p_Sourcing_Rule_Name
1083: AND organization_id = p_organization_id;
1084:
1085: IF l_count > 0 THEN