DBA Data[Home] [Help]

APPS.MRP_END_ASSY dependencies on MRP_SYSTEM_ITEMS

Line 70: FROM mrp_system_items

66: SELECT NVL(full_lead_time, 0) +
67: NVL(postprocessing_lead_time, 0) +
68: NVL(preprocessing_lead_time, 0)
69: INTO lead_time
70: FROM mrp_system_items
71: WHERE organization_id = p_org_id
72: AND compile_designator = p_compile_desig
73: AND inventory_item_id = ea.using_assembly_item_id;
74: cum_set_back_time := lead_time + cumulative_set_back_time;