DBA Data[Home] [Help]

APPS.PAY_RETRO_STATUS_INTERNAL dependencies on PAY_CORE_UTILS

Line 45: pay_core_utils.assert_condition

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

Line 1244: pay_core_utils.assert_condition

1240:
1241: --
1242: -- Owner type must be either U or S.
1243: --
1244: pay_core_utils.assert_condition
1245: (l_proc||':owner_type', p_owner_type in (g_user, g_system));
1246:
1247: hr_utility.set_location(l_proc, 15);
1248: --

Line 1481: pay_core_utils.assert_condition

1477:
1478: --
1479: -- Owner type must be either U or S.
1480: --
1481: pay_core_utils.assert_condition
1482: (l_proc||':owner_type', p_owner_type in (g_user, g_system));
1483:
1484: hr_utility.set_location(l_proc, 20);
1485: --

Line 1764: pay_core_utils.assert_condition

1760:
1761: --
1762: -- Owner type must be either U or S.
1763: --
1764: pay_core_utils.assert_condition
1765: (l_proc||':owner_type', p_owner_type in (g_user, g_system));
1766:
1767: hr_utility.set_location(l_proc, 20);
1768: --

Line 1983: pay_core_utils.assert_condition

1979:
1980: --
1981: -- Owner type must be either U or S.
1982: --
1983: pay_core_utils.assert_condition
1984: (l_proc||':owner_type', p_owner_type in (g_user, g_system));
1985:
1986: hr_utility.set_location(l_proc, 20);
1987: --

Line 2200: pay_core_utils.assert_condition

2196:
2197: --
2198: -- Owner type must be either U or S.
2199: --
2200: pay_core_utils.assert_condition
2201: (l_proc||':owner_type', p_owner_type in (g_user, g_system));
2202:
2203: hr_utility.set_location(l_proc, 20);
2204: --

Line 2286: pay_core_utils.assert_condition

2282:
2283: --
2284: -- Owner type must be either U or S.
2285: --
2286: pay_core_utils.assert_condition
2287: (l_proc||':owner_type', p_owner_type in (g_user, g_system));
2288:
2289: hr_utility.set_location('Getting the retro assignment '||l_proc, 15);
2290: --