DBA Data[Home] [Help]

APPS.CN_SEASONALITIES_PKG dependencies on FND_GLOBAL

Line 89: fnd_global.user_id,

85: decode(p_attribute12, mc, null, p_attribute12),
86: decode(p_attribute13, mc, null, p_attribute13),
87: decode(p_attribute14, mc, null, p_attribute14),
88: decode(p_attribute15, mc, null, p_attribute15),
89: fnd_global.user_id,
90: sysdate,
91: fnd_global.login_id,
92: sysdate,
93: fnd_global.user_id,

Line 91: fnd_global.login_id,

87: decode(p_attribute14, mc, null, p_attribute14),
88: decode(p_attribute15, mc, null, p_attribute15),
89: fnd_global.user_id,
90: sysdate,
91: fnd_global.login_id,
92: sysdate,
93: fnd_global.user_id,
94: 1
95: FROM dual;

Line 93: fnd_global.user_id,

89: fnd_global.user_id,
90: sysdate,
91: fnd_global.login_id,
92: sysdate,
93: fnd_global.user_id,
94: 1
95: FROM dual;
96: END insert_row;
97:

Line 202: fnd_global.user_id,

198: decode(p_attribute14, mc, l_old_rec.attribute14, p_attribute14),
199: decode(p_attribute15, mc, l_old_rec.attribute15, p_attribute15),
200: decode(p_object_version_number, mn,l_old_rec.object_version_number, p_object_version_number+1),
201: sysdate,
202: fnd_global.user_id,
203: fnd_global.login_id
204: FROM dual)
205: WHERE seasonality_id = p_seasonality_id AND seas_schedule_id = p_seas_schedule_id;
206: END update_row;

Line 203: fnd_global.login_id

199: decode(p_attribute15, mc, l_old_rec.attribute15, p_attribute15),
200: decode(p_object_version_number, mn,l_old_rec.object_version_number, p_object_version_number+1),
201: sysdate,
202: fnd_global.user_id,
203: fnd_global.login_id
204: FROM dual)
205: WHERE seasonality_id = p_seasonality_id AND seas_schedule_id = p_seas_schedule_id;
206: END update_row;
207: