DBA Data[Home] [Help]

APPS.WIP_RES_INST_VALIDATIONS dependencies on WIP_JOB_SCHEDULE_INTERFACE

Line 480: from wip_job_schedule_interface

476: l_source_code := '';
477:
478: begin
479: select source_code into l_source_code
480: from wip_job_schedule_interface
481: where wip_entity_id = p_wip_entity_id
482: and organization_id = p_organization_id
483: and group_id = p_group_id;
484: exception