DBA Data[Home] [Help]

APPS.EAM_WO_NETWORK_DEFAULT_PVT dependencies on WIP_SUB_OPERATION_RESOURCES

Line 2002: wip_sub_operation_resources wor

1998: select
1999: wor.start_date as res_start_date,
2000: wor.completion_date as res_completion_date
2001: from
2002: wip_sub_operation_resources wor
2003: where
2004: wor.wip_entity_id = p_wip_entity_id
2005: and wor.organization_id = p_organization_id;
2006: