DBA Data[Home] [Help]

APPS.GMS_ENC_ADJUSTMENTS dependencies on GMS_ENCUMBRANCE_GROUPS

Line 822: gms_encumbrance_groups

818: , program_application_id
819: , transaction_source
820: , org_id -- fix for bug : 2376730
821: from
822: gms_encumbrance_groups
823: where
824: encumbrance_group = X_orig_enc_group ;
825:
826: Enc RevEnc%rowtype ;

Line 843: FROM gms_encumbrance_groups

839: IF X_module <> 'GMSTRENE' THEN
840: BEGIN
841: SELECT 1
842: INTO Dummy
843: FROM gms_encumbrance_groups
844: WHERE encumbrance_group = X_new_enc_group;
845:
846: outcome := 'PA_TR_EPE_GROUP_NOT_UNIQ';
847: RAISE INVALID_EXP_GROUP;

Line 969: gms_encumbrance_groups_pkg.insert_row (x_rowid => x_dummy,

965: The status is set as supplied by the calling program (thru param x_encgrp_status)
966: */
967:
968:
969: gms_encumbrance_groups_pkg.insert_row (x_rowid => x_dummy,
970: x_encumbrance_group => X_new_enc_group,
971: x_last_update_date => sysdate,
972: x_last_updated_by => fnd_global.user_id,
973: x_creation_date => sysdate,