DBA Data[Home] [Help]

APPS.IBY_ACCTTYPE_PKG dependencies on FND_GLOBAL

Line 58: sysdate, fnd_global.user_id,

54: last_update_date, last_updated_by,
55: creation_date, created_by,
56: last_update_login, object_version_number)
57: VALUES ( l_accttypeid, i_accttype, i_instrtype,
58: sysdate, fnd_global.user_id,
59: sysdate, fnd_global.user_id,
60: fnd_global.login_id, 1);
61:
62: close c_accttypeid;

Line 59: sysdate, fnd_global.user_id,

55: creation_date, created_by,
56: last_update_login, object_version_number)
57: VALUES ( l_accttypeid, i_accttype, i_instrtype,
58: sysdate, fnd_global.user_id,
59: sysdate, fnd_global.user_id,
60: fnd_global.login_id, 1);
61:
62: close c_accttypeid;
63: end if;

Line 60: fnd_global.login_id, 1);

56: last_update_login, object_version_number)
57: VALUES ( l_accttypeid, i_accttype, i_instrtype,
58: sysdate, fnd_global.user_id,
59: sysdate, fnd_global.user_id,
60: fnd_global.login_id, 1);
61:
62: close c_accttypeid;
63: end if;
64: