DBA Data[Home] [Help]

APPS.GMS_LD_PKG dependencies on GMS_ENCUMBRANCES_PKG

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

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