DBA Data[Home] [Help]

APPS.GMS_ENC_ADJUSTMENTS dependencies on GMS_ENCUMBRANCES_S

Line 658: select gms_encumbrances_s.nextval

654: EXIT WHEN getENC%NOTFOUND;
655:
656: x_orig_enc_id := enc.encumbrance_id ;
657:
658: select gms_encumbrances_s.nextval
659: into new_enc_id
660: from dual;
661:
662: BEGIN

Line 769: , gms_encumbrances_s.nextval new_enc_id

765:
766: CURSOR RevEnc is
767: SELECT
768: e.encumbrance_id orig_enc_id
769: , gms_encumbrances_s.nextval new_enc_id
770: , e.encumbrance_ending_date
771: , e.description
772: , e.incurred_by_person_id person_id
773: , e.incurred_by_organization_id inc_by_org_id