DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_FND_HR_ENTITY dependencies on FND_FLEX_VAL_API

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

3567: BEGIN
3568:
3569: hr_utility.set_location('Entering:'|| l_proc, 10);
3570:
3571: fnd_flex_val_api.set_session_mode('customer_data');
3572:
3573: -- Create PER_RI_DEFAULT_GRADES
3574: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_GRADES');
3575: if not (l_value_set_exists) then

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

3570:
3571: fnd_flex_val_api.set_session_mode('customer_data');
3572:
3573: -- Create PER_RI_DEFAULT_GRADES
3574: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_GRADES');
3575: if not (l_value_set_exists) then
3576: hr_utility.set_location(l_proc, 20);
3577: l_description := 'The default Grades Value Set is generated by Enterprise Structures Configuration '
3578: || 'and used in Grade flexfield validation. This will initially be empty and can '

Line 3580: fnd_flex_val_api.create_valueset_independent

3576: hr_utility.set_location(l_proc, 20);
3577: l_description := 'The default Grades Value Set is generated by Enterprise Structures Configuration '
3578: || 'and used in Grade flexfield validation. This will initially be empty and can '
3579: || 'be populated using the load reference data';
3580: fnd_flex_val_api.create_valueset_independent
3581: (value_set_name => 'PER_RI_CONFIG_DEFAULT_GRADES'
3582: ,description => l_description
3583: ,security_available => l_security_available
3584: ,enable_longlist => l_enable_longlist

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

3594: per_ri_config_utilities.write_log(p_message => l_log_message);
3595: end if;
3596: hr_utility.set_location(l_proc, 30);
3597: -- Create PER_RI_DEFAULT_GRADES
3598: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_LEVELS');
3599: if not (l_value_set_exists) then
3600: hr_utility.set_location(l_proc, 40);
3601: l_description := 'The default Grades Level Value Set is generated by Enterprise Structures Configuration '
3602: || 'and used in Grade flexfield validation. This will initially be empty and can '

Line 3604: fnd_flex_val_api.create_valueset_independent

3600: hr_utility.set_location(l_proc, 40);
3601: l_description := 'The default Grades Level Value Set is generated by Enterprise Structures Configuration '
3602: || 'and used in Grade flexfield validation. This will initially be empty and can '
3603: || 'be populated using the load reference data';
3604: fnd_flex_val_api.create_valueset_independent
3605: (value_set_name => 'PER_RI_CONFIG_DEFAULT_LEVELS'
3606: ,description => l_description
3607: ,security_available => l_security_available
3608: ,enable_longlist => l_enable_longlist

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

3621: -- Create PER_RI_DEFAULT_GRADES
3622: l_description := 'The default Account Number Value Set is generated by Enterprise Structures Configuration '
3623: || 'and used in Grade flexfield validation. This will initially be empty and can '
3624: || 'be populated using the load reference data';
3625: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_ACCOUNT');
3626: if not (l_value_set_exists) then
3627: hr_utility.set_location(l_proc, 60);
3628: fnd_flex_val_api.create_valueset_independent
3629: (value_set_name => 'PER_RI_CONFIG_DEFAULT_ACCOUNT'

Line 3628: fnd_flex_val_api.create_valueset_independent

3624: || 'be populated using the load reference data';
3625: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_ACCOUNT');
3626: if not (l_value_set_exists) then
3627: hr_utility.set_location(l_proc, 60);
3628: fnd_flex_val_api.create_valueset_independent
3629: (value_set_name => 'PER_RI_CONFIG_DEFAULT_ACCOUNT'
3630: ,description => l_description
3631: ,security_available => l_security_available
3632: ,enable_longlist => l_enable_longlist

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

3644: -- Create PER_RI_DEFAULT_GRADES
3645: l_description := 'The default Company Value Set is generated by Enterprise Structures Configuration '
3646: || 'and used in Grade flexfield validation. This will initially be empty and can '
3647: || 'be populated using the load reference data';
3648: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_COMPANY');
3649: if not (l_value_set_exists) then
3650: hr_utility.set_location(l_proc, 80);
3651: fnd_flex_val_api.create_valueset_independent
3652: (value_set_name => 'PER_RI_CONFIG_DEFAULT_COMPANY'

Line 3651: fnd_flex_val_api.create_valueset_independent

3647: || 'be populated using the load reference data';
3648: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_COMPANY');
3649: if not (l_value_set_exists) then
3650: hr_utility.set_location(l_proc, 80);
3651: fnd_flex_val_api.create_valueset_independent
3652: (value_set_name => 'PER_RI_CONFIG_DEFAULT_COMPANY'
3653: ,description => l_description
3654: ,security_available => l_security_available
3655: ,enable_longlist => l_enable_longlist

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

3667: -- Create PER_RI_DEFAULT_GRADES
3668: l_description := 'The default Cost Center Value Set is generated by Enterprise Structures Configuration '
3669: || 'and used in Grade flexfield validation. This will initially be empty and can '
3670: || 'be populated using the load reference data';
3671: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_CC');
3672: if not (l_value_set_exists) then
3673: hr_utility.set_location(l_proc, 100);
3674: fnd_flex_val_api.create_valueset_independent
3675: (value_set_name => 'PER_RI_CONFIG_DEFAULT_CC'

Line 3674: fnd_flex_val_api.create_valueset_independent

3670: || 'be populated using the load reference data';
3671: l_value_set_exists := fnd_flex_val_api.valueset_exists(value_set => 'PER_RI_CONFIG_DEFAULT_CC');
3672: if not (l_value_set_exists) then
3673: hr_utility.set_location(l_proc, 100);
3674: fnd_flex_val_api.create_valueset_independent
3675: (value_set_name => 'PER_RI_CONFIG_DEFAULT_CC'
3676: ,description => l_description
3677: ,security_available => l_security_available
3678: ,enable_longlist => l_enable_longlist