DBA Data[Home] [Help]

APPS.INVIDIT3 dependencies on MRP_SCHEDULE_ITEMS

Line 1406: from mrp_schedule_items

1402: -- X_mrp_schedule = 1 if it exists on a schedule, 0 otherwise
1403: IF X_mrp_schedule IS NOT NULL THEN
1404: select count(1)
1405: into X_mrp_schedule
1406: from mrp_schedule_items
1407: where inventory_item_id = p_item_id
1408: and organization_id = p_org_id
1409: and rownum = 1;
1410: END IF;