DBA Data[Home] [Help]

APPS.CN_QUOTA_RULE_UPLIFTS_GRP dependencies on FND_GLOBAL

Line 682: x_last_updated_by => fnd_global.user_id,

678: x_payment_factor => l_pe_rec.rev_class_payment_uplift,
679: x_payment_factor_old => l_pe_rec.rev_class_payment_uplift,
680: x_quota_factor => l_pe_rec.rev_class_quota_uplift,
681: x_quota_factor_old => l_pe_rec.rev_class_quota_uplift,
682: x_last_updated_by => fnd_global.user_id,
683: x_creation_date => SYSDATE,
684: x_created_by => fnd_global.user_id,
685: x_last_update_login => fnd_global.login_id,
686: x_last_update_date => SYSDATE,

Line 684: x_created_by => fnd_global.user_id,

680: x_quota_factor => l_pe_rec.rev_class_quota_uplift,
681: x_quota_factor_old => l_pe_rec.rev_class_quota_uplift,
682: x_last_updated_by => fnd_global.user_id,
683: x_creation_date => SYSDATE,
684: x_created_by => fnd_global.user_id,
685: x_last_update_login => fnd_global.login_id,
686: x_last_update_date => SYSDATE,
687: x_program_type => g_program_type,
688: x_status_code => NULL,

Line 685: x_last_update_login => fnd_global.login_id,

681: x_quota_factor_old => l_pe_rec.rev_class_quota_uplift,
682: x_last_updated_by => fnd_global.user_id,
683: x_creation_date => SYSDATE,
684: x_created_by => fnd_global.user_id,
685: x_last_update_login => fnd_global.login_id,
686: x_last_update_date => SYSDATE,
687: x_program_type => g_program_type,
688: x_status_code => NULL,
689: x_object_version_number => p_rev_uplift_rec_tbl (i).object_version_number

Line 891: x_last_updated_by => fnd_global.user_id,

887: x_payment_factor => l_pe_rec.rev_class_payment_uplift,
888: x_payment_factor_old => l_pe_rec.rev_class_payment_uplift,
889: x_quota_factor => l_pe_rec.rev_class_quota_uplift,
890: x_quota_factor_old => l_pe_rec.rev_class_quota_uplift,
891: x_last_updated_by => fnd_global.user_id,
892: x_creation_date => SYSDATE,
893: x_created_by => fnd_global.user_id,
894: x_last_update_login => fnd_global.login_id,
895: x_last_update_date => SYSDATE,

Line 893: x_created_by => fnd_global.user_id,

889: x_quota_factor => l_pe_rec.rev_class_quota_uplift,
890: x_quota_factor_old => l_pe_rec.rev_class_quota_uplift,
891: x_last_updated_by => fnd_global.user_id,
892: x_creation_date => SYSDATE,
893: x_created_by => fnd_global.user_id,
894: x_last_update_login => fnd_global.login_id,
895: x_last_update_date => SYSDATE,
896: x_program_type => g_program_type,
897: x_status_code => NULL,

Line 894: x_last_update_login => fnd_global.login_id,

890: x_quota_factor_old => l_pe_rec.rev_class_quota_uplift,
891: x_last_updated_by => fnd_global.user_id,
892: x_creation_date => SYSDATE,
893: x_created_by => fnd_global.user_id,
894: x_last_update_login => fnd_global.login_id,
895: x_last_update_date => SYSDATE,
896: x_program_type => g_program_type,
897: x_status_code => NULL,
898: x_object_version_number => p_rev_uplift_rec_tbl (i).object_version_number