DBA Data[Home] [Help]

APPS.INVIDIT3 dependencies on MRP_SCHEDULE_ITEMS

Line 1215: from mrp_schedule_items

1211: -- X_mrp_schedule = 1 if it exists on a schedule, 0 otherwise
1212: IF X_mrp_schedule IS NOT NULL THEN
1213: select count(1)
1214: into X_mrp_schedule
1215: from mrp_schedule_items
1216: where inventory_item_id = p_item_id
1217: and organization_id = p_org_id
1218: and rownum = 1;
1219: END IF;