DBA Data[Home] [Help]

APPS.WIP_WS_PTPKPI_UTIL dependencies on WIP_DISCRETE_JOBS

Line 74: from wip_discrete_jobs

70: is
71: l_project_id number := null;
72: cursor retrieve_project_id_c is
73: select project_id
74: from wip_discrete_jobs
75: where organization_id = p_org_id
76: and wip_entity_id = p_wip_entity_id
77: ;
78: begin

Line 103: from wip_discrete_jobs

99: is
100: l_task_id number := null;
101: cursor retrieve_task_id_c is
102: select task_id
103: from wip_discrete_jobs
104: where organization_id = p_org_id
105: and wip_entity_id = p_wip_entity_id
106: ;
107: begin