DBA Data[Home] [Help]

APPS.EAM_WOLCOSTING_PUB dependencies on EAM_WO_RELATIONSHIPS

Line 72: FROM EAM_WO_RELATIONSHIPS ewr

68: FND_GLOBAL.USER_ID created_by,
69: null request_id,
70: FND_GLOBAL.PROG_APPL_ID prog_appl_id ,
71: null last_update_login
72: FROM EAM_WO_RELATIONSHIPS ewr
73: WHERE
74: ewr.parent_relationship_type = p_relationship_type
75: START WITH ewr.parent_object_id = p_wip_entity_id AND ewr.parent_relationship_type = p_relationship_type
76: CONNECT BY ewr.parent_object_id = PRIOR ewr.child_object_id AND ewr.parent_relationship_type = p_relationship_type ;