DBA Data[Home] [Help]

APPS.GMS_LD_PKG dependencies on GMS_ENCUMBRANCES_PKG

Line 1234: gms_encumbrances_pkg.insert_row (x_rowid => l_rowid,

1230: select gms_encumbrances_s.nextval
1231: into l_enc_id
1232: from dual;
1233:
1234: gms_encumbrances_pkg.insert_row (x_rowid => l_rowid,
1235: x_encumbrance_id => l_enc_id,
1236: x_last_update_date => sysdate,
1237: x_last_updated_by => to_number(fnd_profile.value('USER_ID')),
1238: x_creation_date => sysdate,