DBA Data[Home] [Help]

APPS.INV_GENEALOGY_REPORT_GEN dependencies on GME_BATCH_HEADER_VW

Line 665: From gme_batch_header_vw

661: WHERE gen_object_id = l_object_id
662: ;
663: Cursor get_gme_security Is
664: Select 1
665: From gme_batch_header_vw
666: Where batch_id = l_wip_entity_id;
667: Begin
668: -- Sort out object information
669: debug('writing report for object_type '||p_object_type||' object_id '||p_object_id

Line 3063: , gme_batch_header_vw gme

3059:
3060: Cursor get_gme_security Is
3061: Select 1
3062: From wip_entities wip
3063: , gme_batch_header_vw gme
3064: Where wip.gen_object_id = p_object_id
3065: and wip.entity_type in (9, 10)
3066: and wip.wip_entity_id = gme.batch_id;
3067: Cursor is_org_process_enabled IS