DBA Data[Home] [Help]

APPS.GMS_COST_PLUS_EXTN dependencies on GMS_ENCUMBRANCES_ALL

Line 489: gms_encumbrances_all ge

485: , adl.bud_task_id
486: , adl.ind_compiled_set_id
487: from gms_encumbrance_items enc,
488: gms_award_distributions adl,
489: gms_encumbrances_all ge
490: where enc.encumbrance_item_id = adl.expenditure_item_id
491: and nvl(enc.enc_distributed_flag,'N') = 'Y'
492: and adl.adl_status = 'A'
493: and adl.document_type = 'ENC'