DBA Data[Home] [Help]

APPS.PQP_GB_PENSION_SCHEME_TEMPLATE dependencies on HR_MULTI_MESSAGE

Line 1335: -- hr_multi_message.add

1331: -- OR l_econ_number IS NULL
1332: -- THEN
1333: -- -- Raise an error
1334: -- fnd_message.set_name ('PQP', 'PQP_230983_PEN_SCON_ECON_NULL');
1335: -- hr_multi_message.add
1336: -- (p_associated_column4
1337: -- => 'PQP_GB_PENSION_SCHEMES_V.SCON'
1338: -- );
1339: -- END IF; -- End if of scon or econ is null check ...

Line 1866: hr_multi_message.add

1862: -- Raise error
1863: fnd_message.set_name ('PAY', 'PAY_50076_ETM_BASE_NAME_EXISTS');
1864: fnd_message.set_token ('BASE_NAME', p_ele_base_name);
1865: CLOSE csr_chk_uniq_base_name;
1866: hr_multi_message.add
1867: (p_associated_column4
1868: => 'PQP_GB_PENSION_SCHEMES_V.SCHEME_PREFIX'
1869: );
1870: END IF; -- End if of base name row found check...

Line 1987: hr_multi_message.add

1983: ,g_tab_pension_types_info (p_pension_type_id).pension_type_name
1984: );
1985: END IF; -- End if of pension type support FR deduction method check ...
1986: END IF; -- End if of emp deduction method is PEFR check ...
1987: hr_multi_message.add
1988: (p_associated_column2
1989: => 'EMPLOYEE_DEDUCTION_METHOD'
1990: );
1991: END IF; -- End if of pension type support % deduction method check ...

Line 2008: hr_multi_message.add

2004: fnd_message.set_token (
2005: 'PENSION_TYPE'
2006: ,g_tab_pension_types_info (p_pension_type_id).pension_type_name
2007: );
2008: hr_multi_message.add
2009: (p_associated_column2
2010: => 'PQP_GB_PENSION_SCHEMES_V.EMPLOYEE_DEDUCTION_METHOD'
2011: );
2012: END IF; -- End if of pension type support FR deduction method check ...

Line 2032: hr_multi_message.add

2028: fnd_message.set_token (
2029: 'PENSION_TYPE'
2030: ,g_tab_pension_types_info (p_pension_type_id).pension_type_name
2031: );
2032: hr_multi_message.add
2033: (p_associated_column2
2034: => 'PQP_GB_PENSION_SCHEMES_V.EMPLOYEE_DEDUCTION_METHOD'
2035: );
2036: END IF; -- End if of pension type support FR deduction method check ...

Line 2063: hr_multi_message.add

2059: fnd_message.set_token (
2060: 'PENSION_TYPE'
2061: ,g_tab_pension_types_info (p_pension_type_id).pension_type_name
2062: );
2063: hr_multi_message.add
2064: (p_associated_column3
2065: => 'PQP_GB_PENSION_SCHEMES_V.EMPLOYER_DEDUCTION_METHOD'
2066: );
2067:

Line 2082: hr_multi_message.add

2078: fnd_message.set_token (
2079: 'PENSION_TYPE'
2080: ,g_tab_pension_types_info (p_pension_type_id).pension_type_name
2081: );
2082: hr_multi_message.add
2083: (p_associated_column3
2084: => 'PQP_GB_PENSION_SCHEMES_V.EMPLOYER_DEDUCTION_METHOD'
2085: );
2086: END IF; -- End if of pension type support FR deduction method check ...

Line 2104: hr_multi_message.add

2100: fnd_message.set_token (
2101: 'PENSION_TYPE'
2102: ,g_tab_pension_types_info (p_pension_type_id).pension_type_name
2103: );
2104: hr_multi_message.add
2105: (p_associated_column3
2106: => 'PQP_GB_PENSION_SCHEMES_V.EMPLOYER_DEDUCTION_METHOD'
2107: );
2108: END IF; -- End if of pension type support % and FR deduction method check ...

Line 2118: hr_multi_message.add

2114: fnd_message.set_token (
2115: 'PENSION_TYPE'
2116: ,g_tab_pension_types_info (p_pension_type_id).pension_type_name
2117: );
2118: hr_multi_message.add
2119: (p_associated_column3
2120: => 'PQP_GB_PENSION_SCHEMES_V.EMPLOYER_DEDUCTION_METHOD'
2121: );
2122: END IF; -- End if of fixed rate is null check ...

Line 2132: hr_multi_message.add

2128: fnd_message.set_token (
2129: 'PENSION_TYPE'
2130: ,g_tab_pension_types_info (p_pension_type_id).pension_type_name
2131: );
2132: hr_multi_message.add
2133: (p_associated_column3
2134: => 'PQP_GB_PENSION_SCHEMES_V.EMPLOYER_DEDUCTION_METHOD'
2135: );
2136: END IF; -- End if of percentage is null check ...

Line 2143: hr_multi_message.end_validation_set;

2139: l_exc_ers_fxd_rule_id := NULL;
2140: l_exc_ers_rule_id := NULL;
2141: END IF; -- End if of eer deduction method check ...
2142:
2143: hr_multi_message.end_validation_set;
2144:
2145: -- Set exclusion rules for additional, added and family widower
2146: -- contributions
2147:

Line 3452: hr_multi_message.add

3448: IF csr_chk_uniq_sch_name%FOUND
3449: THEN
3450: CLOSE csr_chk_uniq_sch_name;
3451: fnd_message.set_name ('PQP', 'PQP_230924_SCHEME_NAME_ERR');
3452: hr_multi_message.add
3453: (p_associated_column1
3454: => 'PQP_GB_PENSION_SCHEMES_V.PENSION_SCHEME_NAME'
3455: );
3456: END IF; -- End if of csr uniq row found check ...

Line 3760: hr_multi_message.enable_message_list;

3756: SAVEPOINT create_user_template_swi;
3757: --
3758: -- Initialise Multiple Message Detection
3759: --
3760: hr_multi_message.enable_message_list;
3761: --
3762: -- Remember IN OUT parameter IN values
3763: --
3764: --

Line 3826: hr_multi_message.get_return_status_disable;

3822: -- messages of any type exist in the Multiple Message List.
3823: -- Also disable Multiple Message Detection.
3824: --
3825: l_return_status :=
3826: hr_multi_message.get_return_status_disable;
3827: hr_utility.set_location ( ' Leaving:'
3828: || l_proc_name, 30);
3829: RETURN l_element_type_id;
3830: --

Line 3832: WHEN hr_multi_message.error_message_exist

3828: || l_proc_name, 30);
3829: RETURN l_element_type_id;
3830: --
3831: EXCEPTION
3832: WHEN hr_multi_message.error_message_exist
3833: THEN
3834: --
3835: -- Catch the Multiple Message List exception which
3836: -- indicates API processing has been aborted because

Line 3857: IF hr_multi_message.unexpected_error_add (l_proc_name)

3853: -- error.
3854: --
3855: ROLLBACK TO create_user_template_swi;
3856:
3857: IF hr_multi_message.unexpected_error_add (l_proc_name)
3858: THEN
3859: hr_utility.set_location ( ' Leaving:'
3860: || l_proc_name, 50);
3861: RAISE;

Line 3868: hr_multi_message.get_return_status_disable;

3864: --
3865: -- Reset IN OUT and set OUT parameters
3866: --
3867: l_return_status :=
3868: hr_multi_message.get_return_status_disable;
3869: RETURN l_element_type_id;
3870: hr_utility.set_location ( ' Leaving:'
3871: || l_proc_name, 60);
3872: END create_user_template_swi;

Line 4017: hr_multi_message.add

4013: IF csr_chk_fr_exists%FOUND
4014: THEN
4015: CLOSE csr_chk_fr_exists;
4016: fnd_message.set_name ('PQP', 'PQP_230981_PEN_FR_DED_EXISTS');
4017: hr_multi_message.add
4018: (p_associated_column1
4019: => 'PQP_GB_PENSION_SCHEMES_V.EMPLOYEE_DEDUCTION_METHOD'
4020: );
4021: END IF; -- End if of fr deduction method exist check ...

Line 4038: hr_multi_message.add

4034: IF csr_chk_ocp_asoc_avc%FOUND
4035: THEN
4036: CLOSE csr_chk_ocp_asoc_avc;
4037: fnd_message.set_name ('PQP', 'PQP_230945_PEN_AVC_CHILD_EXIST');
4038: hr_multi_message.add
4039: (p_associated_column2
4040: => 'PQP_GB_PENSION_SCHEMES_V.ELEMENT_TYPE_ID'
4041: );
4042: END IF; -- End if of ocp associated with AVC check ...

Line 4049: hr_multi_message.end_validation_set;

4045: CLOSE csr_chk_ocp_asoc_avc;
4046: END IF; -- cursor is open check ...
4047: END IF; -- End if of pension category is OCP check ...
4048:
4049: hr_multi_message.end_validation_set;
4050: --
4051:
4052: FOR csr_get_template_id_rec IN csr_get_template_id
4053: LOOP

Line 4155: hr_multi_message.enable_message_list;

4151: SAVEPOINT delete_user_template_swi;
4152: --
4153: -- Initialise Multiple Message Detection
4154: --
4155: hr_multi_message.enable_message_list;
4156: --
4157: -- Remember IN OUT parameter IN values
4158: --
4159: --

Line 4189: hr_multi_message.get_return_status_disable;

4185: -- messages of any type exist in the Multiple Message List.
4186: -- Also disable Multiple Message Detection.
4187: --
4188: l_return_status :=
4189: hr_multi_message.get_return_status_disable;
4190: hr_utility.set_location ( ' Leaving:'
4191: || l_proc_name, 20);
4192: --
4193: EXCEPTION

Line 4194: WHEN hr_multi_message.error_message_exist

4190: hr_utility.set_location ( ' Leaving:'
4191: || l_proc_name, 20);
4192: --
4193: EXCEPTION
4194: WHEN hr_multi_message.error_message_exist
4195: THEN
4196: --
4197: -- Catch the Multiple Message List exception which
4198: -- indicates API processing has been aborted because

Line 4218: IF hr_multi_message.unexpected_error_add (l_proc_name)

4214: -- error.
4215: --
4216: ROLLBACK TO delete_user_template_swi;
4217:
4218: IF hr_multi_message.unexpected_error_add (l_proc_name)
4219: THEN
4220: hr_utility.set_location ( ' Leaving:'
4221: || l_proc_name, 40);
4222: RAISE;

Line 4229: hr_multi_message.get_return_status_disable;

4225: --
4226: -- Reset IN OUT and set OUT parameters
4227: --
4228: l_return_status :=
4229: hr_multi_message.get_return_status_disable;
4230: hr_utility.set_location ( ' Leaving:'
4231: || l_proc_name, 50);
4232: END delete_user_template_swi;
4233: --