DBA Data[Home] [Help]

APPS.CN_SEAS_SCHEDULES_PKG dependencies on FND_GLOBAL

Line 95: fnd_global.user_id,

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

Line 97: fnd_global.login_id,

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

Line 99: fnd_global.user_id,

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

Line 215: fnd_global.user_id,

211: decode(p_attribute14, mc, l_old_rec.attribute14, p_attribute14),
212: decode(p_attribute15, mc, l_old_rec.attribute15, p_attribute15),
213: decode(p_object_version_number, mn,l_old_rec.object_version_number, p_object_version_number+1),
214: sysdate,
215: fnd_global.user_id,
216: fnd_global.login_id
217: FROM dual)
218: WHERE seas_schedule_id = p_seas_schedule_id;
219: END update_row;

Line 216: fnd_global.login_id

212: decode(p_attribute15, mc, l_old_rec.attribute15, p_attribute15),
213: decode(p_object_version_number, mn,l_old_rec.object_version_number, p_object_version_number+1),
214: sysdate,
215: fnd_global.user_id,
216: fnd_global.login_id
217: FROM dual)
218: WHERE seas_schedule_id = p_seas_schedule_id;
219: END update_row;
220: