DBA Data[Home] [Help]

APPS.WIP_WEIGHTED_AVG dependencies on WIP_DISCRETE_JOBS

Line 92: from wip_discrete_jobs

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