DBA Data[Home] [Help]

APPS.WIP_WS_TIME_ENTRY dependencies on WIP_ENTITIES

Line 189: from wip_entities

185: where organization_id = p_organization_id;
186:
187: select wip_entity_name
188: into l_wip_entity_name
189: from wip_entities
190: where wip_entity_id = p_wip_entity_id;
191:
192: select resource_code, resource_type
193: into l_resource_code, l_resource_type

Line 1151: from wip_entities

1147: where organization_id = l_org_id;
1148:
1149: select wip_entity_name
1150: into l_wip_entity_name
1151: from wip_entities
1152: where wip_entity_id = p_wip_entity_id;
1153:
1154: select resource_code, resource_type
1155: into l_resource_code, l_resource_type