DBA Data[Home] [Help]

APPS.PQP_EXR_BUS dependencies on HR_MULTI_MESSAGE

Line 61: hr_multi_message.add

57: -- The primary key is invalid therefore we must error
58: --
59: IF hr_startup_data_api_support.g_startup_mode NOT IN ('GENERIC','STARTUP') THEN
60: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
61: hr_multi_message.add
62: (p_associated_column1
63: =>'EXCEPTION_REPORT_ID' );
64:
65: fnd_message.raise_error;

Line 1694: -- IF hr_multi_message.exception_add

1690: --
1691: --
1692: EXCEPTION
1693: WHEN app_exception.application_exception THEN
1694: -- IF hr_multi_message.exception_add
1695: -- (p_same_associated_columns => 'Y') THEN
1696: RAISE;
1697: --END IF;
1698: -- After validating the set of important attributes

Line 1701: hr_multi_message.end_validation_set;

1697: --END IF;
1698: -- After validating the set of important attributes
1699: -- if Multiple Message detection is enabled and at least
1700: -- one error has been found then abort further validation.
1701: hr_multi_message.end_validation_set;
1702: hr_utility.set_location(' Leaving:'||l_proc, 100);
1703: End insert_validate;
1704: --
1705: -- ----------------------------------------------------------------------------

Line 1736: hr_multi_message.end_validation_set;

1732:
1733: chk_upd_seed_report ( p_rec=>p_rec );
1734: --
1735:
1736: hr_multi_message.end_validation_set;
1737: chk_non_updateable_args (
1738: p_rec => p_rec
1739: );
1740: --

Line 1742: hr_multi_message.end_validation_set;

1738: p_rec => p_rec
1739: );
1740: --
1741:
1742: hr_multi_message.end_validation_set;
1743: --
1744: -- Check currency code
1745: --
1746:

Line 1857: --IF hr_multi_message.exception_add

1853:
1854: --
1855: EXCEPTION
1856: WHEN app_exception.application_exception THEN
1857: --IF hr_multi_message.exception_add
1858: -- (
1859: -- p_same_associated_columns => 'Y'
1860: -- )
1861: --THEN

Line 1869: hr_multi_message.end_validation_set;

1865: -- After validating the set of important attributes,
1866: -- if Multiple Message detection is enabled and at least
1867: -- one error has been found then abort further validation.
1868: --
1869: hr_multi_message.end_validation_set;
1870:
1871: hr_utility.set_location(' Leaving:'||l_proc, 100);
1872: End update_validate;
1873: --

Line 1903: hr_multi_message.end_validation_set;

1899: --
1900: -- Check whether exception record group exists for this report id
1901: --
1902: chk_del_seed_report ( p_rec=>pqp_exr_shd.g_old_rec);
1903: hr_multi_message.end_validation_set;
1904: hr_utility.set_location(l_proc, 10);
1905: chk_report_grp_exists(p_exception_report_id => p_rec.exception_report_id);
1906: Exception
1907: when app_exception.application_exception then

Line 1908: -- IF hr_multi_message.exception_add

1904: hr_utility.set_location(l_proc, 10);
1905: chk_report_grp_exists(p_exception_report_id => p_rec.exception_report_id);
1906: Exception
1907: when app_exception.application_exception then
1908: -- IF hr_multi_message.exception_add
1909: -- (p_same_associated_columns => 'Y')
1910: -- THEN
1911: RAISE;
1912: -- END IF;

Line 1916: hr_multi_message.end_validation_set;

1912: -- END IF;
1913: -- After validating the set of important attributes
1914: -- if Multiple Message detection is enabled and at least
1915: -- one error has been found then abort further validation.
1916: hr_multi_message.end_validation_set;
1917:
1918: hr_utility.set_location(' Leaving:'||l_proc, 20);
1919: End delete_validate;
1920: --