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 909: x_last_updated_by => fnd_global.user_id,

905: x_payment_factor => l_pe_rec.rev_class_payment_uplift,
906: x_payment_factor_old => l_pe_rec.rev_class_payment_uplift,
907: x_quota_factor => l_pe_rec.rev_class_quota_uplift,
908: x_quota_factor_old => l_pe_rec.rev_class_quota_uplift,
909: x_last_updated_by => fnd_global.user_id,
910: x_creation_date => SYSDATE,
911: x_created_by => fnd_global.user_id,
912: x_last_update_login => fnd_global.login_id,
913: x_last_update_date => SYSDATE,

Line 911: x_created_by => fnd_global.user_id,

907: x_quota_factor => l_pe_rec.rev_class_quota_uplift,
908: x_quota_factor_old => l_pe_rec.rev_class_quota_uplift,
909: x_last_updated_by => fnd_global.user_id,
910: x_creation_date => SYSDATE,
911: x_created_by => fnd_global.user_id,
912: x_last_update_login => fnd_global.login_id,
913: x_last_update_date => SYSDATE,
914: x_program_type => g_program_type,
915: x_status_code => NULL,

Line 912: x_last_update_login => fnd_global.login_id,

908: x_quota_factor_old => l_pe_rec.rev_class_quota_uplift,
909: x_last_updated_by => fnd_global.user_id,
910: x_creation_date => SYSDATE,
911: x_created_by => fnd_global.user_id,
912: x_last_update_login => fnd_global.login_id,
913: x_last_update_date => SYSDATE,
914: x_program_type => g_program_type,
915: x_status_code => NULL,
916: x_object_version_number => p_rev_uplift_rec_tbl (i).object_version_number