DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_FND_HR_ENTITY dependencies on FND_FLEX_VAL_API

Line 3631: fnd_flex_val_api.set_session_mode('customer_data');

3627: BEGIN
3628:
3629: hr_utility.set_location('Entering:'|| l_proc, 10);
3630:
3631: fnd_flex_val_api.set_session_mode('customer_data');
3632:
3633: -- Create PER_RI_DEFAULT_GRADES
3634: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_GRADES');
3635: if not (l_value_set_exists) then

Line 3634: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_GRADES');

3630:
3631: fnd_flex_val_api.set_session_mode('customer_data');
3632:
3633: -- Create PER_RI_DEFAULT_GRADES
3634: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_GRADES');
3635: if not (l_value_set_exists) then
3636: hr_utility.set_location(l_proc, 20);
3637: l_description := 'The default Grades Value Set is generated by Enterprise Structures Configuration '
3638: || 'and used in Grade flexfield validation. This will initially be empty and can '

Line 3640: fnd_flex_val_api.create_valueset_independent

3636: hr_utility.set_location(l_proc, 20);
3637: l_description := 'The default Grades Value Set is generated by Enterprise Structures Configuration '
3638: || 'and used in Grade flexfield validation. This will initially be empty and can '
3639: || 'be populated using the load reference data';
3640: fnd_flex_val_api.create_valueset_independent
3641: (value_set_name => 'PER_RI_CONFIG_DEFAULT_GRADES'
3642: ,description => l_description
3643: ,security_available => l_security_available
3644: ,enable_longlist => l_enable_longlist

Line 3658: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_LEVELS');

3654: per_ri_config_utilities.write_log(p_message => l_log_message);
3655: end if;
3656: hr_utility.set_location(l_proc, 30);
3657: -- Create PER_RI_DEFAULT_GRADES
3658: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_LEVELS');
3659: if not (l_value_set_exists) then
3660: hr_utility.set_location(l_proc, 40);
3661: l_description := 'The default Grades Level Value Set is generated by Enterprise Structures Configuration '
3662: || 'and used in Grade flexfield validation. This will initially be empty and can '

Line 3664: fnd_flex_val_api.create_valueset_independent

3660: hr_utility.set_location(l_proc, 40);
3661: l_description := 'The default Grades Level Value Set is generated by Enterprise Structures Configuration '
3662: || 'and used in Grade flexfield validation. This will initially be empty and can '
3663: || 'be populated using the load reference data';
3664: fnd_flex_val_api.create_valueset_independent
3665: (value_set_name => 'PER_RI_CONFIG_DEFAULT_LEVELS'
3666: ,description => l_description
3667: ,security_available => l_security_available
3668: ,enable_longlist => l_enable_longlist

Line 3685: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_ACCOUNT');

3681: -- Create PER_RI_DEFAULT_GRADES
3682: l_description := 'The default Account Number Value Set is generated by Enterprise Structures Configuration '
3683: || 'and used in Grade flexfield validation. This will initially be empty and can '
3684: || 'be populated using the load reference data';
3685: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_ACCOUNT');
3686: if not (l_value_set_exists) then
3687: hr_utility.set_location(l_proc, 60);
3688: fnd_flex_val_api.create_valueset_independent
3689: (value_set_name => 'PER_RI_CONFIG_DEFAULT_ACCOUNT'

Line 3688: fnd_flex_val_api.create_valueset_independent

3684: || 'be populated using the load reference data';
3685: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_ACCOUNT');
3686: if not (l_value_set_exists) then
3687: hr_utility.set_location(l_proc, 60);
3688: fnd_flex_val_api.create_valueset_independent
3689: (value_set_name => 'PER_RI_CONFIG_DEFAULT_ACCOUNT'
3690: ,description => l_description
3691: ,security_available => l_security_available
3692: ,enable_longlist => l_enable_longlist

Line 3708: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_COMPANY');

3704: -- Create PER_RI_DEFAULT_GRADES
3705: l_description := 'The default Company Value Set is generated by Enterprise Structures Configuration '
3706: || 'and used in Grade flexfield validation. This will initially be empty and can '
3707: || 'be populated using the load reference data';
3708: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_COMPANY');
3709: if not (l_value_set_exists) then
3710: hr_utility.set_location(l_proc, 80);
3711: fnd_flex_val_api.create_valueset_independent
3712: (value_set_name => 'PER_RI_CONFIG_DEFAULT_COMPANY'

Line 3711: fnd_flex_val_api.create_valueset_independent

3707: || 'be populated using the load reference data';
3708: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_COMPANY');
3709: if not (l_value_set_exists) then
3710: hr_utility.set_location(l_proc, 80);
3711: fnd_flex_val_api.create_valueset_independent
3712: (value_set_name => 'PER_RI_CONFIG_DEFAULT_COMPANY'
3713: ,description => l_description
3714: ,security_available => l_security_available
3715: ,enable_longlist => l_enable_longlist

Line 3731: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_CC');

3727: -- Create PER_RI_DEFAULT_GRADES
3728: l_description := 'The default Cost Center Value Set is generated by Enterprise Structures Configuration '
3729: || 'and used in Grade flexfield validation. This will initially be empty and can '
3730: || 'be populated using the load reference data';
3731: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_CC');
3732: if not (l_value_set_exists) then
3733: hr_utility.set_location(l_proc, 100);
3734: fnd_flex_val_api.create_valueset_independent
3735: (value_set_name => 'PER_RI_CONFIG_DEFAULT_CC'

Line 3734: fnd_flex_val_api.create_valueset_independent

3730: || 'be populated using the load reference data';
3731: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_CC');
3732: if not (l_value_set_exists) then
3733: hr_utility.set_location(l_proc, 100);
3734: fnd_flex_val_api.create_valueset_independent
3735: (value_set_name => 'PER_RI_CONFIG_DEFAULT_CC'
3736: ,description => l_description
3737: ,security_available => l_security_available
3738: ,enable_longlist => l_enable_longlist