DBA Data[Home] [Help]

APPS.WIP_CPLPROC_PRIV dependencies on WIP_ENTITIES

Line 500: select WIP_ENTITY_NAME into l_job_name from wip_entities where WIP_ENTITY_ID = p_cplRec.wipEntityID;

496: p_procReturnStatus => x_returnStatus,
497: p_msg => 'records were locked',
498: x_returnStatus => l_returnStatus); --discard logging return status
499: end if;
500: select WIP_ENTITY_NAME into l_job_name from wip_entities where WIP_ENTITY_ID = p_cplRec.wipEntityID;
501: fnd_message.set_name('WIP', 'WIP_WORK_ORDER_LOCKED');
502: fnd_message.set_token('JOBNAME', l_job_name);
503: fnd_msg_pub.add;
504: when others then