DBA Data[Home] [Help]

APPS.EAM_OTL_TIMECARD_PUB dependencies on WIP_ENTITIES

Line 430: from wip_entities

426: if (l_workorder is not null) then
427:
428: select organization_id
429: into l_organization_id
430: from wip_entities
431: where wip_entity_id = l_workorder;
432:
433: end if;
434:

Line 1927: from wip_entities

1923: if (l_eam_card = 1) then
1924:
1925: if l_wip_entity_id <> -9999 and l_org_id <> -9999 and l_wip_entity_id is not null and l_org_id is not null then
1926: select wip_entity_name into l_wip_entity_name
1927: from wip_entities
1928: where wip_entity_id = l_wip_entity_id
1929: and organization_id = l_org_id;
1930: end if;
1931: