DBA Data[Home] [Help]

APPS.PAY_PWA_BUS dependencies on HR_API

Line 51: and nvl(p_account_id,hr_api.g_number)

47: (p_account_id => p_account_id,
48: p_object_version_number => p_object_version_number);
49: --
50: if (l_api_updating
51: and nvl(p_account_id,hr_api.g_number)
52: <> pay_pwa_shd.g_old_rec.account_id) then
53: --
54: -- raise error as PK has changed
55: --

Line 92: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

88: chk_account_id
89: (p_account_id => p_rec.account_id,
90: p_object_version_number => p_rec.object_version_number);
91: --
92: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
93: --
94: hr_utility.set_location(' Leaving:'||l_proc, 10);
95: End insert_validate;
96: --

Line 113: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

109: chk_account_id
110: (p_account_id => p_rec.account_id,
111: p_object_version_number => p_rec.object_version_number);
112: --
113: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
114: --
115: hr_utility.set_location(' Leaving:'||l_proc, 10);
116: End update_validate;
117: --

Line 161: hr_api.mandatory_arg_error(p_api_name => l_proc,

157: hr_utility.set_location('Entering:'|| l_proc, 10);
158: --
159: -- Ensure that all the mandatory parameter are not null
160: --
161: hr_api.mandatory_arg_error(p_api_name => l_proc,
162: p_argument => 'account_id',
163: p_argument_value => p_account_id);
164: --
165: open csr_leg_code;