DBA Data[Home] [Help]

APPS.IBY_BEPKEYS_PKG dependencies on FND_GLOBAL

Line 133: sysdate, fnd_global.user_id,

129: creation_date, created_by,
130: last_update_login, object_version_number)
131: VALUES ( l_bep_account_id, l_bepid, i_ownertype,
132: i_ownerid, i_key, i_default,
133: sysdate, fnd_global.user_id,
134: sysdate, fnd_global.user_id,
135: fnd_global.login_id, 1);
136: end createBEPKey;
137:

Line 134: sysdate, fnd_global.user_id,

130: last_update_login, object_version_number)
131: VALUES ( l_bep_account_id, l_bepid, i_ownertype,
132: i_ownerid, i_key, i_default,
133: sysdate, fnd_global.user_id,
134: sysdate, fnd_global.user_id,
135: fnd_global.login_id, 1);
136: end createBEPKey;
137:
138: end iby_bepkeys_pkg;

Line 135: fnd_global.login_id, 1);

131: VALUES ( l_bep_account_id, l_bepid, i_ownertype,
132: i_ownerid, i_key, i_default,
133: sysdate, fnd_global.user_id,
134: sysdate, fnd_global.user_id,
135: fnd_global.login_id, 1);
136: end createBEPKey;
137:
138: end iby_bepkeys_pkg;