DBA Data[Home] [Help]

APPS.PAY_PAY_BUS dependencies on HR_MULTI_MESSAGE

Line 66: hr_multi_message.add

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

Line 730: hr_multi_message.add

726: ,p_from_date => p_validation_start_date
727: ,p_to_date => p_validation_end_date))) Then
728: fnd_message.set_name('PAY', 'HR_7216_DT_UPD_INTEGRITY_ERR');
729: fnd_message.set_token('TABLE_NAME','org payment methods');
730: hr_multi_message.add
731: (p_associated_column1 => pay_pay_shd.g_tab_nam || '.ORG_PAYMENT_METHOD_ID');
732: --
733: End If;
734: --

Line 1738: hr_multi_message.end_validation_set;

1734: -- After validating the set of important attributes,
1735: -- if Multiple Message detection is enabled and at least
1736: -- one error has been found then abort further validation.
1737: --
1738: hr_multi_message.end_validation_set;
1739: --
1740: -- Validate Dependent Attributes
1741: --
1742:

Line 1877: hr_multi_message.end_validation_set;

1873: (p_business_group_id => p_rec.business_group_id
1874: ,p_associated_column1 => pay_pay_shd.g_tab_nam
1875: || '.BUSINESS_GROUP_ID');
1876:
1877: hr_multi_message.end_validation_set;
1878: --
1879: if p_rec.default_payment_method_id <>
1880: nvl(pay_pay_shd.g_old_rec.default_payment_method_id, hr_api.g_number) then
1881: pay_pay_bus.chk_default_payment_method_id

Line 1980: hr_multi_message.end_validation_set;

1976: -- After validating the set of important attributes,
1977: -- if Multiple Message detection is enabled and at least
1978: -- one error has been found then abort further validation.
1979: --
1980: hr_multi_message.end_validation_set;
1981: --
1982: -- Validate Dependent Attributes
1983: --
1984: -- Call the datetrack update integrity operation

Line 1998: hr_multi_message.end_validation_set;

1994: (p_effective_date => p_effective_date
1995: ,p_rec => p_rec
1996: );
1997: --
1998: hr_multi_message.end_validation_set;
1999: --
2000: pay_pay_bus.chk_ddf(p_rec);
2001: --
2002: pay_pay_bus.chk_df(p_rec);