DBA Data[Home] [Help]

APPS.EAM_WO_NETWORK_DEFAULT_PVT dependencies on WIP_SUB_OPERATION_RESOURCES

Line 1975: wip_sub_operation_resources wor

1971: select
1972: wor.start_date as res_start_date,
1973: wor.completion_date as res_completion_date
1974: from
1975: wip_sub_operation_resources wor
1976: where
1977: wor.wip_entity_id = p_wip_entity_id
1978: and wor.organization_id = p_organization_id;
1979: