DBA Data[Home] [Help]

APPS.WIP_OSP dependencies on WIP_PARAMETERS

Line 501: from WIP_PARAMETERS

497:
498: /*ER 4276433*/
499: select NVL(po_creation_status, 'APPROVED')
500: into l_po_creation_status
501: from WIP_PARAMETERS
502: where organization_id = P_Organization_id;
503: /* Create the requisition */
504: IF Additional_Quantity > 0 THEN
505: /* This additional_quantity is set to the increased quantity

Line 1600: FROM wip_parameters

1596: SELECT early_need_by_date_tolerance,
1597: late_need_by_date_tolerance
1598: INTO l_early_nbd,
1599: l_late_nbd
1600: FROM wip_parameters
1601: WHERE organization_id = p_org_id;
1602:
1603: FOR l_job_schedule IN c_job_schedule LOOP
1604: FOR l_po_req IN c_po_req(