DBA Data[Home] [Help]

APPS.JTF_CAL_SHIFT_CONSTRUCTS_PKG dependencies on FND_GLOBAL

Line 210: , fnd_global.user_id

206: , x_end_time
207: , x_start_date_active
208: , x_end_date_active
209: , x_availability_type_code
210: , fnd_global.user_id
211: , SYSDATE
212: , fnd_global.user_id
213: , SYSDATE
214: , fnd_global.login_id

Line 212: , fnd_global.user_id

208: , x_end_date_active
209: , x_availability_type_code
210: , fnd_global.user_id
211: , SYSDATE
212: , fnd_global.user_id
213: , SYSDATE
214: , fnd_global.login_id
215: , x_attribute1
216: , x_attribute2

Line 214: , fnd_global.login_id

210: , fnd_global.user_id
211: , SYSDATE
212: , fnd_global.user_id
213: , SYSDATE
214: , fnd_global.login_id
215: , x_attribute1
216: , x_attribute2
217: , x_attribute3
218: , x_attribute4

Line 571: , last_updated_by = fnd_global.user_id

567: , attribute15 = x_attribute15
568: , attribute_category = x_attribute_category
569: , shift_construct_id = x_shift_construct_id
570: , last_update_date = SYSDATE
571: , last_updated_by = fnd_global.user_id
572: , last_update_login = fnd_global.login_id
573: , object_version_number = NVL(object_version_number, 0) + 1
574: WHERE shift_construct_id = x_shift_construct_id;
575: EXCEPTION

Line 572: , last_update_login = fnd_global.login_id

568: , attribute_category = x_attribute_category
569: , shift_construct_id = x_shift_construct_id
570: , last_update_date = SYSDATE
571: , last_updated_by = fnd_global.user_id
572: , last_update_login = fnd_global.login_id
573: , object_version_number = NVL(object_version_number, 0) + 1
574: WHERE shift_construct_id = x_shift_construct_id;
575: EXCEPTION
576: WHEN OTHERS THEN