DBA Data[Home] [Help]

APPS.EAM_ASSIGN_WORK_PVT dependencies on WIP_DISCRETE_JOBS

Line 56: from wip_discrete_jobs

52:
53: -- Standard check of p_commit.
54: select organization_id , status_type
55: into l_organization_id , l_status_type
56: from wip_discrete_jobs
57: where wip_entity_id = p_wip_entity_id;
58:
59:
60:

Line 260: from wip_discrete_jobs

256:
257: -- Standard check of p_commit.
258: select organization_id
259: into l_organization_id
260: from wip_discrete_jobs
261: where wip_entity_id = p_wip_entity_id;
262:
263: if (p_req_type=1) then --work request
264: