DBA Data[Home] [Help]

APPS.OKE_KCOPY_PKG dependencies on FND_GLOBAL

Line 270: x_created_by => fnd_global.user_id ,

266: (x_rowid => l_row_id ,
267: x_k_user_attribute_id => l_k_user_attribute_id ,
268: x_record_version_number => l_record_version_number ,
269: x_creation_date => sysdate ,
270: x_created_by => fnd_global.user_id ,
271: x_last_update_date => sysdate ,
272: x_last_updated_by => fnd_global.user_id ,
273: x_last_update_login => fnd_global.login_id ,
274: x_k_header_id => p_k_header_id_new ,

Line 272: x_last_updated_by => fnd_global.user_id ,

268: x_record_version_number => l_record_version_number ,
269: x_creation_date => sysdate ,
270: x_created_by => fnd_global.user_id ,
271: x_last_update_date => sysdate ,
272: x_last_updated_by => fnd_global.user_id ,
273: x_last_update_login => fnd_global.login_id ,
274: x_k_header_id => p_k_header_id_new ,
275: x_k_line_id => l_user_att_rec.k_line_id ,
276: x_user_attribute_context => l_user_att_rec.user_attribute_context ,

Line 273: x_last_update_login => fnd_global.login_id ,

269: x_creation_date => sysdate ,
270: x_created_by => fnd_global.user_id ,
271: x_last_update_date => sysdate ,
272: x_last_updated_by => fnd_global.user_id ,
273: x_last_update_login => fnd_global.login_id ,
274: x_k_header_id => p_k_header_id_new ,
275: x_k_line_id => l_user_att_rec.k_line_id ,
276: x_user_attribute_context => l_user_att_rec.user_attribute_context ,
277: x_user_attribute01 => l_user_att_rec.user_attribute01 ,

Line 344: x_created_by => fnd_global.user_id ,

340: (x_rowid => l_row_id ,
341: x_k_user_attribute_id => l_k_user_attribute_id ,
342: x_record_version_number => l_record_version_number ,
343: x_creation_date => sysdate ,
344: x_created_by => fnd_global.user_id ,
345: x_last_update_date => sysdate ,
346: x_last_updated_by => fnd_global.user_id ,
347: x_last_update_login => fnd_global.login_id ,
348: x_k_header_id => p_k_header_id_new ,

Line 346: x_last_updated_by => fnd_global.user_id ,

342: x_record_version_number => l_record_version_number ,
343: x_creation_date => sysdate ,
344: x_created_by => fnd_global.user_id ,
345: x_last_update_date => sysdate ,
346: x_last_updated_by => fnd_global.user_id ,
347: x_last_update_login => fnd_global.login_id ,
348: x_k_header_id => p_k_header_id_new ,
349: x_k_line_id => p_k_line_id_new ,
350: x_user_attribute_context => l_user_att_rec.user_attribute_context ,

Line 347: x_last_update_login => fnd_global.login_id ,

343: x_creation_date => sysdate ,
344: x_created_by => fnd_global.user_id ,
345: x_last_update_date => sysdate ,
346: x_last_updated_by => fnd_global.user_id ,
347: x_last_update_login => fnd_global.login_id ,
348: x_k_header_id => p_k_header_id_new ,
349: x_k_line_id => p_k_line_id_new ,
350: x_user_attribute_context => l_user_att_rec.user_attribute_context ,
351: x_user_attribute01 => l_user_att_rec.user_attribute01 ,

Line 2798: fnd_global.user_id,sysdate,fnd_global.user_id,

2794: attribute13,attribute14,
2795: attribute15
2796: )
2797: select x_chr_rec.k_header_id,billing_method_code,sysdate,
2798: fnd_global.user_id,sysdate,fnd_global.user_id,
2799: fnd_global.login_id,
2800: default_flag,attribute_category,attribute1,attribute2,
2801: attribute3,attribute4,attribute5,attribute6,attribute7,
2802: attribute8,attribute9,attribute10,attribute11,attribute12,

Line 2799: fnd_global.login_id,

2795: attribute15
2796: )
2797: select x_chr_rec.k_header_id,billing_method_code,sysdate,
2798: fnd_global.user_id,sysdate,fnd_global.user_id,
2799: fnd_global.login_id,
2800: default_flag,attribute_category,attribute1,attribute2,
2801: attribute3,attribute4,attribute5,attribute6,attribute7,
2802: attribute8,attribute9,attribute10,attribute11,attribute12,
2803: attribute13,attribute14,attribute15