DBA Data[Home] [Help]

APPS.WIP_RES_INST_VALIDATIONS dependencies on WIP_JOB_SCHEDULE_INTERFACE

Line 475: from wip_job_schedule_interface

471: l_source_code := '';
472:
473: begin
474: select source_code into l_source_code
475: from wip_job_schedule_interface
476: where wip_entity_id = p_wip_entity_id
477: and organization_id = p_organization_id
478: and group_id = p_group_id;
479: exception