DBA Data[Home] [Help]

APPS.CN_SECURITY_PROFILES_PKG dependencies on CN_API

Line 84: cn_api.g_miss_id, g_created_by,

80: Decode(x_new_rec.attribute15,
81: fnd_api.g_miss_char, NULL,
82: x_new_rec.attribute15),
83: Decode(x_new_rec.created_by,
84: cn_api.g_miss_id, g_created_by,
85: x_new_rec.created_by),
86: Decode(x_new_rec.creation_date,
87: fnd_api.g_miss_date, g_creation_date,
88: x_new_rec.creation_date),

Line 90: cn_api.g_miss_id, g_last_update_login,

86: Decode(x_new_rec.creation_date,
87: fnd_api.g_miss_date, g_creation_date,
88: x_new_rec.creation_date),
89: Decode(x_new_rec.last_update_login,
90: cn_api.g_miss_id, g_last_update_login,
91: x_new_rec.last_update_login),
92: Decode(x_new_rec.last_update_date,
93: fnd_api.g_miss_date, g_last_update_date,
94: x_new_rec.last_update_date),

Line 96: cn_api.g_miss_id, g_last_updated_by,

92: Decode(x_new_rec.last_update_date,
93: fnd_api.g_miss_date, g_last_update_date,
94: x_new_rec.last_update_date),
95: Decode(x_new_rec.last_updated_by,
96: cn_api.g_miss_id, g_last_updated_by,
97: x_new_rec.last_updated_by)
98: INTO
99: x_new_rec.attribute_category,
100: x_new_rec.attribute1,

Line 205: cn_api.g_miss_id, rec.profile_user_id,

201: END IF;
202: CLOSE c;
203: SELECT
204: Decode(x_new_rec.profile_user_id,
205: cn_api.g_miss_id, rec.profile_user_id,
206: x_new_rec.profile_user_id),
207: Decode(x_new_rec.attribute_category,
208: fnd_api.g_miss_char, rec.attribute_category,
209: x_new_rec.attribute_category),

Line 256: cn_api.g_miss_id, g_last_update_login,

252: Decode(x_new_rec.attribute15,
253: fnd_api.g_miss_char, rec.attribute15,
254: x_new_rec.attribute15),
255: Decode(x_new_rec.last_update_login,
256: cn_api.g_miss_id, g_last_update_login,
257: x_new_rec.last_update_login),
258: Decode(x_new_rec.last_update_date,
259: fnd_api.g_miss_date, g_last_update_date,
260: x_new_rec.last_update_date),

Line 262: cn_api.g_miss_id, g_last_updated_by,

258: Decode(x_new_rec.last_update_date,
259: fnd_api.g_miss_date, g_last_update_date,
260: x_new_rec.last_update_date),
261: Decode(x_new_rec.last_updated_by,
262: cn_api.g_miss_id, g_last_updated_by,
263: x_new_rec.last_updated_by)
264: INTO
265: rec.profile_user_id,
266: rec.attribute_category,