DBA Data[Home] [Help]

APPS.CN_SF_PARAMS_PKG dependencies on FND_GLOBAL

Line 108: fnd_global.user_id,

104: decode(p_attribute12, mc, null, p_attribute12),
105: decode(p_attribute13, mc, null, p_attribute13),
106: decode(p_attribute14, mc, null, p_attribute14),
107: decode(p_attribute15, mc, null, p_attribute15),
108: fnd_global.user_id,
109: sysdate,
110: fnd_global.login_id,
111: sysdate,
112: fnd_global.user_id,

Line 110: fnd_global.login_id,

106: decode(p_attribute14, mc, null, p_attribute14),
107: decode(p_attribute15, mc, null, p_attribute15),
108: fnd_global.user_id,
109: sysdate,
110: fnd_global.login_id,
111: sysdate,
112: fnd_global.user_id,
113: 1
114: FROM dual;

Line 112: fnd_global.user_id,

108: fnd_global.user_id,
109: sysdate,
110: fnd_global.login_id,
111: sysdate,
112: fnd_global.user_id,
113: 1
114: FROM dual;
115:
116: --DBMS_OUTPUT.PUT_LINE('End : I have just ran the insert_row.');

Line 261: fnd_global.user_id,

257: decode(p_attribute14, mc, l_old_rec.attribute14, p_attribute14),
258: decode(p_attribute15, mc, l_old_rec.attribute15, p_attribute15),
259: decode(p_object_version_number, mn,l_old_rec.object_version_number, p_object_version_number+1),
260: sysdate,
261: fnd_global.user_id,
262: fnd_global.login_id
263: FROM dual)
264: WHERE repository_id = p_repository_id;
265:

Line 262: fnd_global.login_id

258: decode(p_attribute15, mc, l_old_rec.attribute15, p_attribute15),
259: decode(p_object_version_number, mn,l_old_rec.object_version_number, p_object_version_number+1),
260: sysdate,
261: fnd_global.user_id,
262: fnd_global.login_id
263: FROM dual)
264: WHERE repository_id = p_repository_id;
265:
266: --DBMS_OUTPUT.PUT_LINE(' Table Handlers update : Completed. 1');