DBA Data[Home] [Help]

APPS.GMS_COST_PLUS_EXTN dependencies on GMS_ENCUMBRANCE_ITEMS_ALL

Line 2664: FROM gms_encumbrance_items_all enc,

2660: cursor ENC_record is
2661: select nvl(adl.burdenable_raw_cost,0) ,
2662: adl.award_set_id award_set_id,
2663: adl_line_num adl_line_num
2664: FROM gms_encumbrance_items_all enc,
2665: gms_award_distributions adl
2666: where adl.expenditure_item_id = ENC.encumbrance_item_id
2667: and adl.adl_status = 'A'
2668: and ENC.encumbrance_item_id = bc_pkt_rec.document_header_id