DBA Data[Home] [Help]

APPS.PAY_PSD_BUS dependencies on HR_MULTI_MESSAGE

Line 64: hr_multi_message.add

60: --
61: -- The primary key is invalid therefore we must error
62: --
63: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
64: hr_multi_message.add
65: (p_associated_column1
66: => nvl(p_associated_column1,'SII_DETAILS_ID')
67: );
68: --

Line 243: if hr_multi_message.exception_add

239: end if;
240: hr_utility.set_location(' Leaving:'|| l_proc, 20);
241: exception
242: when app_exception.application_exception then
243: if hr_multi_message.exception_add
244: (p_associated_column1 => 'PAY_PL_SII_DETAILS_F.CONTRACT_CATEGORY'
245: ) then
246: hr_utility.set_location(' Leaving:'|| l_proc, 30);
247: raise;

Line 319: hr_multi_message.end_validation_set;

315: hr_api.validate_bus_grp_id
316: (p_business_group_id => p_business_group_id
317: ,p_associated_column1 => pay_psd_shd.g_tab_nam||'.BUSINESS_GROUP_ID');
318:
319: hr_multi_message.end_validation_set;
320:
321: hr_utility.set_location(' Leaving:'|| l_proc, 20);
322: exception
323: when app_exception.application_exception then

Line 324: if hr_multi_message.exception_add

320:
321: hr_utility.set_location(' Leaving:'|| l_proc, 20);
322: exception
323: when app_exception.application_exception then
324: if hr_multi_message.exception_add
325: (p_associated_column1 => 'PAY_PL_SII_DETAILS_F.BUSINESS_GROUP_ID'
326: ) then
327: hr_utility.set_location(' Leaving:'|| l_proc, 30);
328: raise;

Line 446: if hr_multi_message.no_exclusive_error

442: ,p_argument => hr_general.decode_lookup('PL_FORM_LABELS','PER_ASG_ID')
443: ,p_argument_value => p_per_or_asg_id
444: );
445:
446: if hr_multi_message.no_exclusive_error
447: (p_check_column1 => 'PAY_PL_SII_DETAILS_F.CONTRACT_CATEGORY'
448: ,p_check_column2 => 'PAY_PL_SII_DETAILS_F.BUSINESS_GROUP_ID'
449: ,p_associated_column1 => 'PAY_PL_SII_DETAILS_F.PER_OR_ASG_ID') then
450:

Line 494: if hr_multi_message.exception_add

490:
491: hr_utility.set_location(' Leaving:'|| l_proc, 20);
492: exception
493: when app_exception.application_exception then
494: if hr_multi_message.exception_add
495: (p_associated_column1 => 'PAY_PL_SII_DETAILS_F.PER_OR_ASG_ID'
496: ) then
497: hr_utility.set_location(' Leaving:'|| l_proc, 30);
498: raise;

Line 614: if hr_multi_message.exception_add

610: end if;
611: hr_utility.set_location(' Leaving:'|| l_proc, 20);
612: exception
613: when app_exception.application_exception then
614: if hr_multi_message.exception_add
615: (p_associated_column1 => 'PAY_PL_SII_DETAILS_F.EMP_SOCIAL_SECURITY_INFO'
616: ) then
617: hr_utility.set_location(' Leaving:'|| l_proc, 30);
618: raise;

Line 737: if hr_multi_message.exception_add

733: end if;
734: hr_utility.set_location(' Leaving:'|| l_proc, 20);
735: exception
736: when app_exception.application_exception then
737: if hr_multi_message.exception_add
738: (p_associated_column1 => 'PAY_PL_SII_DETAILS_F.OLD_AGE_CONTRIBUTION'
739: ) then
740: hr_utility.set_location(' Leaving:'|| l_proc, 30);
741: raise;

Line 861: if hr_multi_message.exception_add

857: end if;
858: hr_utility.set_location(' Leaving:'|| l_proc, 20);
859: exception
860: when app_exception.application_exception then
861: if hr_multi_message.exception_add
862: (p_associated_column1 => 'PAY_PL_SII_DETAILS_F.PENSION_CONTRIBUTION'
863: ) then
864: hr_utility.set_location(' Leaving:'|| l_proc, 30);
865: raise;

Line 985: if hr_multi_message.exception_add

981: end if;
982: hr_utility.set_location(' Leaving:'|| l_proc, 20);
983: exception
984: when app_exception.application_exception then
985: if hr_multi_message.exception_add
986: (p_associated_column1 => 'PAY_PL_SII_DETAILS_F.SICKNESS_CONTRIBUTION'
987: ) then
988: hr_utility.set_location(' Leaving:'|| l_proc, 30);
989: raise;

Line 1109: if hr_multi_message.exception_add

1105: end if;
1106: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1107: exception
1108: when app_exception.application_exception then
1109: if hr_multi_message.exception_add
1110: (p_associated_column1 => 'PAY_PL_SII_DETAILS_F.WORK_INJURY_CONTRIBUTION'
1111: ) then
1112: hr_utility.set_location(' Leaving:'|| l_proc, 30);
1113: raise;

Line 1232: if hr_multi_message.exception_add

1228: end if;
1229: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1230: exception
1231: when app_exception.application_exception then
1232: if hr_multi_message.exception_add
1233: (p_associated_column1 => 'PAY_PL_SII_DETAILS_F.LABOR_CONTRIBUTION'
1234: ) then
1235: hr_utility.set_location(' Leaving:'|| l_proc, 30);
1236: raise;

Line 1356: if hr_multi_message.exception_add

1352: end if;
1353: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1354: exception
1355: when app_exception.application_exception then
1356: if hr_multi_message.exception_add
1357: (p_associated_column1 => 'PAY_PL_SII_DETAILS_F.HEALTH_CONTRIBUTION'
1358: ) then
1359: hr_utility.set_location(' Leaving:'|| l_proc, 30);
1360: raise;

Line 1481: if hr_multi_message.exception_add

1477: end if;
1478: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1479: exception
1480: when app_exception.application_exception then
1481: if hr_multi_message.exception_add
1482: (p_associated_column1 => 'PAY_PL_SII_DETAILS_F.UNEMPLOYMENT_CONTRIBUTION'
1483: ) then
1484: hr_utility.set_location(' Leaving:'|| l_proc, 30);
1485: raise;

Line 1553: if hr_multi_message.no_exclusive_error

1549: ,p_argument_value => p_effective_date
1550: );
1551:
1552: -- Proceed with validation only if the Old Age Contribution Value is not Invalid
1553: if hr_multi_message.no_exclusive_error
1554: (p_check_column1 => 'PAY_PL_SII_DETAILS_F.OLD_AGE_CONTRIBUTION'
1555: ,p_associated_column1 => 'PAY_PL_SII_DETAILS_F.OLD_AGE_CONT_END_REASON') then
1556:
1557:

Line 1635: if hr_multi_message.exception_add

1631: end if;
1632: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1633: exception
1634: when app_exception.application_exception then
1635: if hr_multi_message.exception_add
1636: (p_associated_column1 => 'PAY_PL_SII_DETAILS_F.OLD_AGE_CONT_END_REASON'
1637: ) then
1638: hr_utility.set_location(' Leaving:'|| l_proc, 30);
1639: raise;

Line 1708: if hr_multi_message.no_exclusive_error

1704: ,p_argument_value => p_effective_date
1705: );
1706:
1707: -- Proceed with validation only if the Old Age Contribution Value is not Invalid
1708: if hr_multi_message.no_exclusive_error
1709: (p_check_column1 => 'PAY_PL_SII_DETAILS_F.PENSION_CONTRIBUTION'
1710: ,p_associated_column1 => 'PAY_PL_SII_DETAILS_F.OLD_PENSION_END_REASON') then
1711:
1712:

Line 1789: if hr_multi_message.exception_add

1785: end if;
1786: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1787: exception
1788: when app_exception.application_exception then
1789: if hr_multi_message.exception_add
1790: (p_associated_column1 => 'PAY_PL_SII_DETAILS_F.PENSION_CONT_END_REASON'
1791: ) then
1792: hr_utility.set_location(' Leaving:'|| l_proc, 30);
1793: raise;

Line 1861: if hr_multi_message.no_exclusive_error

1857: ,p_argument_value => p_effective_date
1858: );
1859:
1860: -- Proceed with validation only if the Sickness Contribution Value is not Invalid
1861: if hr_multi_message.no_exclusive_error
1862: (p_check_column1 => 'PAY_PL_SII_DETAILS_F.SICKNESS_CONTRIBUTION'
1863: ,p_associated_column1 => 'PAY_PL_SII_DETAILS_F.SICKNESS_CONT_END_REASON') then
1864:
1865:

Line 1942: if hr_multi_message.exception_add

1938: end if;
1939: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1940: exception
1941: when app_exception.application_exception then
1942: if hr_multi_message.exception_add
1943: (p_associated_column1 => 'PAY_PL_SII_DETAILS_F.SICKNESS_CONT_END_REASON'
1944: ) then
1945: hr_utility.set_location(' Leaving:'|| l_proc, 30);
1946: raise;

Line 2014: if hr_multi_message.no_exclusive_error

2010: ,p_argument_value => p_effective_date
2011: );
2012:
2013: -- Proceed with validation only if the Work Injury Contribution Value is not Invalid
2014: if hr_multi_message.no_exclusive_error
2015: (p_check_column1 => 'PAY_PL_SII_DETAILS_F.WORK_INJURY_CONTRIBUTION'
2016: ,p_associated_column1 => 'PAY_PL_SII_DETAILS_F.WORK_INJURY_CONT_END_REASON') then
2017:
2018:

Line 2095: if hr_multi_message.exception_add

2091: end if;
2092: hr_utility.set_location(' Leaving:'|| l_proc, 20);
2093: exception
2094: when app_exception.application_exception then
2095: if hr_multi_message.exception_add
2096: (p_associated_column1 => 'PAY_PL_SII_DETAILS_F.WORK_INJURY_CONT_END_REASON'
2097: ) then
2098: hr_utility.set_location(' Leaving:'|| l_proc, 30);
2099: raise;

Line 2167: if hr_multi_message.no_exclusive_error

2163: ,p_argument_value => p_effective_date
2164: );
2165:
2166: -- Proceed with validation only if the Labor Contribution Value is not Invalid
2167: if hr_multi_message.no_exclusive_error
2168: (p_check_column1 => 'PAY_PL_SII_DETAILS_F.LABOR_CONTRIBUTION'
2169: ,p_associated_column1 => 'PAY_PL_SII_DETAILS_F.LABOR_FUND_CONT_END_REASON') then
2170:
2171:

Line 2248: if hr_multi_message.exception_add

2244: end if;
2245: hr_utility.set_location(' Leaving:'|| l_proc, 20);
2246: exception
2247: when app_exception.application_exception then
2248: if hr_multi_message.exception_add
2249: (p_associated_column1 => 'PAY_PL_SII_DETAILS_F.LABOR_FUND_CONT_END_REASON'
2250: ) then
2251: hr_utility.set_location(' Leaving:'|| l_proc, 30);
2252: raise;

Line 2320: if hr_multi_message.no_exclusive_error

2316: ,p_argument_value => p_effective_date
2317: );
2318:
2319: -- Proceed with validation only if the Health Contribution Value is not Invalid
2320: if hr_multi_message.no_exclusive_error
2321: (p_check_column1 => 'PAY_PL_SII_DETAILS_F.HEALTH_CONTRIBUTION'
2322: ,p_associated_column1 => 'PAY_PL_SII_DETAILS_F.HEALTH_CONT_END_REASON') then
2323:
2324:

Line 2401: if hr_multi_message.exception_add

2397: end if;
2398: hr_utility.set_location(' Leaving:'|| l_proc, 20);
2399: exception
2400: when app_exception.application_exception then
2401: if hr_multi_message.exception_add
2402: (p_associated_column1 => 'PAY_PL_SII_DETAILS_F.HEALTH_CONT_END_REASON'
2403: ) then
2404: hr_utility.set_location(' Leaving:'|| l_proc, 30);
2405: raise;

Line 2473: if hr_multi_message.no_exclusive_error

2469: ,p_argument_value => p_effective_date
2470: );
2471:
2472: -- Proceed with validation only if the Old Age Contribution Value is not Invalid
2473: if hr_multi_message.no_exclusive_error
2474: (p_check_column1 => 'PAY_PL_SII_DETAILS_F.UNEMPLOYMENT_CONTRIBUTION'
2475: ,p_associated_column1 => 'PAY_PL_SII_DETAILS_F.UNEMPLOYMENT_CONT_END_REASON') then
2476:
2477:

Line 2554: if hr_multi_message.exception_add

2550: end if;
2551: hr_utility.set_location(' Leaving:'|| l_proc, 20);
2552: exception
2553: when app_exception.application_exception then
2554: if hr_multi_message.exception_add
2555: (p_associated_column1 => 'PAY_PL_SII_DETAILS_F.UNEMPLOYMENT_CONT_END_REASON'
2556: ) then
2557: hr_utility.set_location(' Leaving:'|| l_proc, 30);
2558: raise;

Line 2854: hr_multi_message.end_validation_set;

2850: -- After validating the set of important attributes,
2851: -- if Multiple Message detection is enabled and at least
2852: -- one error has been found then abort further validation.
2853: --
2854: hr_multi_message.end_validation_set;
2855: --
2856: -- Validate Dependent Attributes
2857: --
2858:

Line 3069: hr_multi_message.end_validation_set;

3065: -- After validating the set of important attributes,
3066: -- if Multiple Message detection is enabled and at least
3067: -- one error has been found then abort further validation.
3068: --
3069: hr_multi_message.end_validation_set;
3070: --
3071: -- Validate Dependent Attributes
3072: --
3073: -- Call the datetrack update integrity operation