DBA Data[Home] [Help]

APPS.WIP_WEIGHTED_AVG dependencies on WIP_DISCRETE_JOBS

Line 91: from wip_discrete_jobs

87: cursor get_net_job_qty (
88: c_org_id NUMBER,
89: c_wip_id NUMBER) is
90: select start_quantity - quantity_scrapped
91: from wip_discrete_jobs
92: where wip_entity_id = c_wip_id
93: and organization_id = c_org_id;
94:
95: cursor get_mmt_cmp_qty (