DBA Data[Home] [Help]

APPS.EAM_MATERIAL_REQUEST_PVT dependencies on WIP_DISCRETE_JOBS

Line 106: from wip_discrete_jobs

102: end if;
103: -- if project or task info is missing, retrieve it, else carry on
104: if ((p_project_id is null) or (p_task_id is null)) then
105: select project_id, task_id into l_project_id, l_task_id
106: from wip_discrete_jobs
107: where wip_entity_id = p_wip_entity_id;
108: else
109: if (p_project_id = FND_API.G_MISS_NUM) then
110: l_project_id := null;