DBA Data[Home] [Help]

APPS.GMS_LD_PKG dependencies on GMS_ENCUMBRANCE_GROUPS_PKG

Line 433: gms_encumbrance_groups_pkg.insert_row (x_rowid => l_rowid,

429: -- encumbrance summarize and transfer process gives 'gms_unexpected_error'
430: --
431: l_encumbrance_grp := SUBSTR(p_batch_name||' '||l_encumbrance_grp,1,240) ;
432:
433: gms_encumbrance_groups_pkg.insert_row (x_rowid => l_rowid,
434: x_encumbrance_group => l_encumbrance_grp,
435: x_last_update_date => sysdate,
436: x_last_updated_by => to_number(fnd_profile.value('USER_ID')),
437: x_creation_date => sysdate,

Line 476: gms_encumbrance_groups_pkg.insert_row (x_rowid => l_rowid,

472: --
473:
474: l_encumbrance_grp := SUBSTR(p_batch_name||' '||l_encumbrance_grp,1,240) ;
475:
476: gms_encumbrance_groups_pkg.insert_row (x_rowid => l_rowid,
477: x_encumbrance_group => l_encumbrance_grp,
478: x_last_update_date => sysdate,
479: x_last_updated_by => to_number(fnd_profile.value('USER_ID')),
480: x_creation_date => sysdate,