DBA Data[Home] [Help]

APPS.CN_SRP_TOTAL_COMPS_PKG dependencies on FND_GLOBAL

Line 97: fnd_global.user_id,

93: decode(p_attribute12, mc, null, p_attribute12),
94: decode(p_attribute13, mc, null, p_attribute13),
95: decode(p_attribute14, mc, null, p_attribute14),
96: decode(p_attribute15, mc, null, p_attribute15),
97: fnd_global.user_id,
98: sysdate,
99: fnd_global.login_id,
100: sysdate,
101: fnd_global.user_id,

Line 99: fnd_global.login_id,

95: decode(p_attribute14, mc, null, p_attribute14),
96: decode(p_attribute15, mc, null, p_attribute15),
97: fnd_global.user_id,
98: sysdate,
99: fnd_global.login_id,
100: sysdate,
101: fnd_global.user_id,
102: 1
103: FROM dual;

Line 101: fnd_global.user_id,

97: fnd_global.user_id,
98: sysdate,
99: fnd_global.login_id,
100: sysdate,
101: fnd_global.user_id,
102: 1
103: FROM dual;
104: END insert_row;
105:

Line 214: fnd_global.user_id,

210: decode(p_attribute14, mc, l_old_rec.attribute14, p_attribute14),
211: decode(p_attribute15, mc, l_old_rec.attribute15, p_attribute15),
212: decode(p_object_version_number, mn,l_old_rec.object_version_number, p_object_version_number+1),
213: sysdate,
214: fnd_global.user_id,
215: fnd_global.login_id
216: FROM dual)
217: WHERE srp_role_id = p_srp_role_id and attain_tier_id = p_attain_tier_id
218: and attain_schedule_id = p_attain_schedule_id;

Line 215: fnd_global.login_id

211: decode(p_attribute15, mc, l_old_rec.attribute15, p_attribute15),
212: decode(p_object_version_number, mn,l_old_rec.object_version_number, p_object_version_number+1),
213: sysdate,
214: fnd_global.user_id,
215: fnd_global.login_id
216: FROM dual)
217: WHERE srp_role_id = p_srp_role_id and attain_tier_id = p_attain_tier_id
218: and attain_schedule_id = p_attain_schedule_id;
219: END update_row;