DBA Data[Home] [Help]

APPS.CN_SRP_PAYOUT_DTLS_PKG dependencies on FND_GLOBAL

Line 101: fnd_global.user_id,

97: decode(p_attribute12, mc, null, p_attribute12),
98: decode(p_attribute13, mc, null, p_attribute13),
99: decode(p_attribute14, mc, null, p_attribute14),
100: decode(p_attribute15, mc, null, p_attribute15),
101: fnd_global.user_id,
102: sysdate,
103: fnd_global.login_id,
104: sysdate,
105: fnd_global.user_id,

Line 103: fnd_global.login_id,

99: decode(p_attribute14, mc, null, p_attribute14),
100: decode(p_attribute15, mc, null, p_attribute15),
101: fnd_global.user_id,
102: sysdate,
103: fnd_global.login_id,
104: sysdate,
105: fnd_global.user_id,
106: 1
107: FROM dual;

Line 105: fnd_global.user_id,

101: fnd_global.user_id,
102: sysdate,
103: fnd_global.login_id,
104: sysdate,
105: fnd_global.user_id,
106: 1
107: FROM dual;
108:
109: END insert_row;

Line 222: fnd_global.user_id,

218: decode(p_attribute14, mc, l_old_rec.attribute14, p_attribute14),
219: decode(p_attribute15, mc, l_old_rec.attribute15, p_attribute15),
220: decode(p_object_version_number, mn,l_old_rec.object_version_number, p_object_version_number+1),
221: sysdate,
222: fnd_global.user_id,
223: fnd_global.login_id
224: FROM dual)
225: WHERE srp_role_id = p_srp_role_id and attain_tier_id = p_attain_tier_id
226: and attain_schedule_id = p_attain_schedule_id;

Line 223: fnd_global.login_id

219: decode(p_attribute15, mc, l_old_rec.attribute15, p_attribute15),
220: decode(p_object_version_number, mn,l_old_rec.object_version_number, p_object_version_number+1),
221: sysdate,
222: fnd_global.user_id,
223: fnd_global.login_id
224: FROM dual)
225: WHERE srp_role_id = p_srp_role_id and attain_tier_id = p_attain_tier_id
226: and attain_schedule_id = p_attain_schedule_id;
227: END update_row;