DBA Data[Home] [Help]

APPS.PQP_GB_PENSION_SCHEME_TEMPLATE dependencies on HR_MULTI_MESSAGE

Line 1331: -- hr_multi_message.add

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

Line 1864: hr_multi_message.add

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

Line 1985: hr_multi_message.add

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

Line 2006: hr_multi_message.add

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

Line 2030: hr_multi_message.add

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

Line 2061: hr_multi_message.add

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

Line 2080: hr_multi_message.add

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

Line 2102: hr_multi_message.add

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

Line 2116: hr_multi_message.add

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

Line 2130: hr_multi_message.add

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

Line 2141: hr_multi_message.end_validation_set;

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

Line 3450: hr_multi_message.add

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

Line 3757: hr_multi_message.enable_message_list;

3753: SAVEPOINT create_user_template_swi;
3754: --
3755: -- Initialise Multiple Message Detection
3756: --
3757: hr_multi_message.enable_message_list;
3758: --
3759: -- Remember IN OUT parameter IN values
3760: --
3761: --

Line 3823: hr_multi_message.get_return_status_disable;

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

Line 3829: WHEN hr_multi_message.error_message_exist

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

Line 3854: IF hr_multi_message.unexpected_error_add (l_proc_name)

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

Line 3865: hr_multi_message.get_return_status_disable;

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

Line 4014: hr_multi_message.add

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

Line 4035: hr_multi_message.add

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

Line 4046: hr_multi_message.end_validation_set;

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

Line 4152: hr_multi_message.enable_message_list;

4148: SAVEPOINT delete_user_template_swi;
4149: --
4150: -- Initialise Multiple Message Detection
4151: --
4152: hr_multi_message.enable_message_list;
4153: --
4154: -- Remember IN OUT parameter IN values
4155: --
4156: --

Line 4186: hr_multi_message.get_return_status_disable;

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

Line 4191: WHEN hr_multi_message.error_message_exist

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

Line 4215: IF hr_multi_message.unexpected_error_add (l_proc_name)

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

Line 4226: hr_multi_message.get_return_status_disable;

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