DBA Data[Home] [Help]

APPS.PAY_TDF_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,'TIME_DEFINITION_ID')
67: );
68: --

Line 542: if hr_multi_message.no_exclusive_error

538: l_api_updating := pay_tdf_shd.api_updating
539: (p_time_definition_id => p_time_definition_id
540: ,p_object_version_number => p_object_version_number);
541:
542: if hr_multi_message.no_exclusive_error
543: (p_check_column1 => 'PAY_TIME_DEFINITIONS.DEFINITION_TYPE'
544: ,p_associated_column1 => 'PAY_TIME_DEFINITIONS.NUMBER_OF_YEARS'
545: ) and (
546: not l_api_updating or

Line 591: if hr_multi_message.exception_add

587:
588: exception
589:
590: when app_exception.application_exception then
591: if hr_multi_message.exception_add
592: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.NUMBER_OF_YEARS') then
593: raise;
594: end if;
595:

Line 660: if hr_multi_message.no_exclusive_error

656: hr_utility.trace('Period Type - ' || nvl(p_period_type,'null'));
657: hr_utility.trace('Day Adjustment - ' || nvl(p_day_adjustment,'null'));
658: hr_utility.trace('Period Unit - ' || nvl(p_period_unit,'null'));
659: --
660: if hr_multi_message.no_exclusive_error
661: (p_check_column1 => 'PAY_TIME_DEFINITIONS.DEFINITION_TYPE'
662: ,p_associated_column1 => 'PAY_TIME_DEFINITIONS.CROSS_VALIDATIONS'
663: ) then
664:

Line 718: if hr_multi_message.exception_add

714:
715: exception
716:
717: when app_exception.application_exception then
718: if hr_multi_message.exception_add
719: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.CROSS_VALIDATIONS') then
720: raise;
721: end if;
722:

Line 787: if hr_multi_message.no_exclusive_error

783: l_api_updating := pay_tdf_shd.api_updating
784: (p_time_definition_id => p_time_definition_id
785: ,p_object_version_number => p_object_version_number);
786:
787: if hr_multi_message.no_exclusive_error
788: (p_check_column1 => 'PAY_TIME_DEFINITIONS.DEFINITION_TYPE'
789: ,p_associated_column1 => 'PAY_TIME_DEFINITIONS.PERIOD_TYPE'
790: ) and (
791: not l_api_updating or

Line 836: if hr_multi_message.exception_add

832:
833: exception
834:
835: when app_exception.application_exception then
836: if hr_multi_message.exception_add
837: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.PERIOD_TYPE') then
838: raise;
839: end if;
840:

Line 894: if hr_multi_message.no_exclusive_error

890: l_api_updating := pay_tdf_shd.api_updating
891: (p_time_definition_id => p_time_definition_id
892: ,p_object_version_number => p_object_version_number);
893:
894: if hr_multi_message.no_exclusive_error
895: (p_check_column1 => 'PAY_TIME_DEFINITIONS.DEFINITION_TYPE'
896: ,p_associated_column1 => 'PAY_TIME_DEFINITIONS.PERIOD_UNIT'
897: ) and (
898: not l_api_updating or

Line 919: if hr_multi_message.exception_add

915:
916: exception
917:
918: when app_exception.application_exception then
919: if hr_multi_message.exception_add
920: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.PERIOD_UNIT') then
921: raise;
922: end if;
923:

Line 974: if hr_multi_message.no_exclusive_error

970: l_api_updating := pay_tdf_shd.api_updating
971: (p_time_definition_id => p_time_definition_id
972: ,p_object_version_number => p_object_version_number);
973:
974: if hr_multi_message.no_exclusive_error
975: (p_check_column1 => 'PAY_TIME_DEFINITIONS.DEFINITION_TYPE'
976: ,p_associated_column1 => 'PAY_TIME_DEFINITIONS.DAY_ADUSTMENT'
977: ) and (
978: not l_api_updating or

Line 998: if hr_multi_message.exception_add

994:
995: exception
996:
997: when app_exception.application_exception then
998: if hr_multi_message.exception_add
999: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.DAY_ADJUSTMENT') then
1000: raise;
1001: end if;
1002:

Line 1053: if hr_multi_message.no_exclusive_error

1049: l_api_updating := pay_tdf_shd.api_updating
1050: (p_time_definition_id => p_time_definition_id
1051: ,p_object_version_number => p_object_version_number);
1052:
1053: if hr_multi_message.no_exclusive_error
1054: (p_check_column1 => 'PAY_TIME_DEFINITIONS.DEFINITION_TYPE'
1055: ,p_associated_column1 => 'PAY_TIME_DEFINITIONS.START_DATE'
1056: ) and (
1057: not l_api_updating or

Line 1086: if hr_multi_message.exception_add

1082:
1083: exception
1084:
1085: when app_exception.application_exception then
1086: if hr_multi_message.exception_add
1087: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.START_DATE') then
1088: raise;
1089: end if;
1090:

Line 1172: if hr_multi_message.no_exclusive_error

1168: l_api_updating := pay_tdf_shd.api_updating
1169: (p_time_definition_id => p_time_definition_id
1170: ,p_object_version_number => p_object_version_number);
1171:
1172: if hr_multi_message.no_exclusive_error
1173: (p_check_column1 => 'PAY_TIME_DEFINITIONS.DEFINITION_TYPE'
1174: ,p_associated_column1 => 'PAY_TIME_DEFINITIONS.PERIOD_TIME_DEFINITION_ID'
1175: ) and (
1176: not l_api_updating or

Line 1215: if hr_multi_message.exception_add

1211:
1212: exception
1213:
1214: when app_exception.application_exception then
1215: if hr_multi_message.exception_add
1216: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.PERIOD_TIME_DEFINITION_ID') then
1217: raise;
1218: end if;
1219:

Line 1333: if hr_multi_message.exception_add

1329:
1330: exception
1331:
1332: when app_exception.application_exception then
1333: if hr_multi_message.exception_add
1334: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.DEFINITION_NAME') then
1335: raise;
1336: end if;
1337:

Line 1419: if hr_multi_message.exception_add

1415:
1416: exception
1417:
1418: when app_exception.application_exception then
1419: if hr_multi_message.exception_add
1420: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.SHORT_NAME') then
1421: raise;
1422: end if;
1423:

Line 1507: if hr_multi_message.exception_add

1503:
1504: exception
1505:
1506: when app_exception.application_exception then
1507: if hr_multi_message.exception_add
1508: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.DEFINITION_TYPE') then
1509: raise;
1510: end if;
1511:

Line 1575: if hr_multi_message.exception_add

1571: hr_utility.set_location(' Leaving:'|| l_proc, 20);
1572: --
1573: exception
1574: when app_exception.application_exception then
1575: if hr_multi_message.exception_add
1576: (p_associated_column1 => 'PAY_TIME_DEFINITIONS.LEGISLATION_CODE'
1577: ) then
1578: raise;
1579: end if;

Line 1622: hr_multi_message.end_validation_set;

1618: -- after validating the set of important attributes,
1619: -- if Multiple Message Detection is enabled and at least
1620: -- one error has been found then abort further validation.
1621: --
1622: hr_multi_message.end_validation_set;
1623: END IF;
1624: --
1625: if hr_startup_data_api_support.g_startup_mode not in ('GENERIC','USER') then
1626:

Line 1632: hr_multi_message.end_validation_set;

1628: -- Validate Important Attributes
1629: --
1630: chk_legislation_code(p_legislation_code => p_rec.legislation_code);
1631: --
1632: hr_multi_message.end_validation_set;
1633:
1634: end if;
1635: --
1636: -- Validate Dependent Attributes

Line 1755: hr_multi_message.end_validation_set;

1751: -- After validating the set of important attributes,
1752: -- if Multiple Message Detection is enabled and at least
1753: -- one error has been found then abort further validation.
1754: --
1755: hr_multi_message.end_validation_set;
1756: END IF;
1757: --
1758: --
1759: -- Validate Dependent Attributes

Line 1867: hr_multi_message.end_validation_set;

1863: -- After validating the set of important attributes,
1864: -- if Multiple Message Detection is enabled and at least
1865: -- one error has been found then abort further validation.
1866: --
1867: hr_multi_message.end_validation_set;
1868: END IF;
1869: --
1870: -- Call all supporting business operations
1871: --