DBA Data[Home] [Help]

APPS.PAY_RETRO_STATUS_INTERNAL dependencies on PAY_CORE_UTILS

Line 44: pay_core_utils.assert_condition

40: --
41: -- Multiple unprocessed retro assignments found.
42: -- This should not happen.
43: --
44: pay_core_utils.assert_condition
45: (l_proc||':too_many_rows', false);
46: end if;
47: l_retro_assignment_id := l_rec.retro_assignment_id;
48: end loop;

Line 383: pay_core_utils.get_legislation_rule

379: if p_owner_type = g_user then
380:
381: l_leg_code := hr_api.return_legislation_code(p_business_group_id);
382:
383: pay_core_utils.get_legislation_rule
384: (p_legrul_name => 'RETRO_STATUS_USER_UPD'
385: ,p_legislation => l_leg_code
386: ,p_legrul_value => l_rule_mode
387: ,p_found => l_rule_found

Line 1276: pay_core_utils.assert_condition

1272:
1273: --
1274: -- Owner type must be either U or S.
1275: --
1276: pay_core_utils.assert_condition
1277: (l_proc||':owner_type', p_owner_type in (g_user, g_system));
1278:
1279: hr_utility.set_location(l_proc, 15);
1280: --

Line 1505: pay_core_utils.assert_condition

1501:
1502: --
1503: -- Owner type must be either U or S.
1504: --
1505: pay_core_utils.assert_condition
1506: (l_proc||':owner_type', p_owner_type in (g_user, g_system));
1507:
1508: hr_utility.set_location(l_proc, 20);
1509: --

Line 1727: pay_core_utils.assert_condition

1723:
1724: --
1725: -- Owner type must be either U or S.
1726: --
1727: pay_core_utils.assert_condition
1728: (l_proc||':owner_type', p_owner_type in (g_user, g_system));
1729:
1730: hr_utility.set_location(l_proc, 20);
1731: --

Line 1938: pay_core_utils.assert_condition

1934:
1935: --
1936: -- Owner type must be either U or S.
1937: --
1938: pay_core_utils.assert_condition
1939: (l_proc||':owner_type', p_owner_type in (g_user, g_system));
1940:
1941: hr_utility.set_location(l_proc, 20);
1942: --

Line 2155: pay_core_utils.assert_condition

2151:
2152: --
2153: -- Owner type must be either U or S.
2154: --
2155: pay_core_utils.assert_condition
2156: (l_proc||':owner_type', p_owner_type in (g_user, g_system));
2157:
2158: hr_utility.set_location(l_proc, 20);
2159: --

Line 2241: pay_core_utils.assert_condition

2237:
2238: --
2239: -- Owner type must be either U or S.
2240: --
2241: pay_core_utils.assert_condition
2242: (l_proc||':owner_type', p_owner_type in (g_user, g_system));
2243:
2244: hr_utility.set_location('Getting the retro assignment '||l_proc, 15);
2245: --