DBA Data[Home] [Help]

APPS.WIP_TIME_ENTRY_PUB dependencies on WIP_DISCRETE_JOBS

Line 882: from wip_discrete_jobs wdj

878: l_count number;
879: begin
880: select count(1)
881: into l_count
882: from wip_discrete_jobs wdj
883: where wdj.organization_id = p_org_id
884: and wdj.wip_entity_id = p_we_id
885: and wdj.status_type in (wip_constants.released,wip_constants.comp_chrg,wip_constants.hold);
886: