DBA Data[Home] [Help]

APPS.WIP_TIME_ENTRY_PUB dependencies on WIP_DISCRETE_JOBS

Line 814: from wip_discrete_jobs wdj

810: l_count number;
811: begin
812: select count(1)
813: into l_count
814: from wip_discrete_jobs wdj
815: where wdj.organization_id = p_org_id
816: and wdj.wip_entity_id = p_we_id
817: and wdj.status_type in (wip_constants.released,wip_constants.comp_chrg,wip_constants.hold);
818: