DBA Data[Home] [Help]

APPS.EAM_SKILL_INSTANCE dependencies on WIP_DISCRETE_JOBS

Line 187: update wip_discrete_jobs

183: procedure firm_work_order(p_wip_entity_id in number,
184: p_organization_id in number) is
185: begin
186:
187: update wip_discrete_jobs
188: set firm_planned_flag = 1
189: where wip_entity_id = p_wip_entity_id;
190:
191: end firm_work_order;