DBA Data[Home] [Help]

APPS.EAM_OTL_TIMECARD_PUB dependencies on WIP_ENTITIES

Line 429: from wip_entities

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

Line 1920: from wip_entities

1916: if (l_eam_card = 1) then
1917:
1918: 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
1919: select wip_entity_name into l_wip_entity_name
1920: from wip_entities
1921: where wip_entity_id = l_wip_entity_id
1922: and organization_id = l_org_id;
1923: end if;
1924: