DBA Data[Home] [Help]

APPS.PER_PJO_BUS dependencies on PER_PJO_BUS

Line 1: Package Body per_pjo_bus as

1: Package Body per_pjo_bus as
2: /* $Header: pepjorhi.pkb 120.0.12010000.2 2008/08/06 09:28:19 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' per_pjo_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_pjo_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

Line 123: if ( nvl(per_pjo_bus.g_previous_job_id, hr_api.g_number)

119: ,p_argument => 'previous_job_id'
120: ,p_argument_value => p_previous_job_id
121: );
122: --
123: if ( nvl(per_pjo_bus.g_previous_job_id, hr_api.g_number)
124: = p_previous_job_id) then
125: --
126: -- The legislation code has already been found with a previous
127: -- call to this function. Just return the value in the global

Line 130: l_legislation_code := per_pjo_bus.g_legislation_code;

126: -- The legislation code has already been found with a previous
127: -- call to this function. Just return the value in the global
128: -- variable.
129: --
130: l_legislation_code := per_pjo_bus.g_legislation_code;
131: hr_utility.set_location(l_proc, 20);
132: else
133: --
134: -- The ID is different to the last call to this function

Line 154: per_pjo_bus.g_previous_job_id := p_previous_job_id;

150: -- Set the global variables so the values are
151: -- available for the next call to this function.
152: --
153: close csr_leg_code;
154: per_pjo_bus.g_previous_job_id := p_previous_job_id;
155: per_pjo_bus.g_legislation_code := l_legislation_code;
156: end if;
157: hr_utility.set_location(' Leaving:'|| l_proc, 40);
158: return l_legislation_code;

Line 155: per_pjo_bus.g_legislation_code := l_legislation_code;

151: -- available for the next call to this function.
152: --
153: close csr_leg_code;
154: per_pjo_bus.g_previous_job_id := p_previous_job_id;
155: per_pjo_bus.g_legislation_code := l_legislation_code;
156: end if;
157: hr_utility.set_location(' Leaving:'|| l_proc, 40);
158: return l_legislation_code;
159: end return_legislation_code;

Line 1354: per_pjo_bus.chk_ddf(p_rec);

1350: ,p_all_assignments
1351: => p_rec.all_assignments);
1352: --
1353: hr_utility.set_location(l_proc, 55);
1354: per_pjo_bus.chk_ddf(p_rec);
1355: --
1356: hr_utility.set_location(l_proc, 60);
1357: per_pjo_bus.chk_df(p_rec);
1358: --

Line 1357: per_pjo_bus.chk_df(p_rec);

1353: hr_utility.set_location(l_proc, 55);
1354: per_pjo_bus.chk_ddf(p_rec);
1355: --
1356: hr_utility.set_location(l_proc, 60);
1357: per_pjo_bus.chk_df(p_rec);
1358: --
1359: hr_utility.set_location(' Leaving:'||l_proc, 65);
1360: End insert_validate;
1361: --

Line 1449: per_pjo_bus.chk_ddf(p_rec);

1445: ,p_object_version_number => p_rec.object_version_number
1446: ,p_all_assignments => p_rec.all_assignments);
1447: --
1448: hr_utility.set_location(l_proc, 55);
1449: per_pjo_bus.chk_ddf(p_rec);
1450: --
1451: hr_utility.set_location(l_proc, 60);
1452: per_pjo_bus.chk_df(p_rec);
1453: --

Line 1452: per_pjo_bus.chk_df(p_rec);

1448: hr_utility.set_location(l_proc, 55);
1449: per_pjo_bus.chk_ddf(p_rec);
1450: --
1451: hr_utility.set_location(l_proc, 60);
1452: per_pjo_bus.chk_df(p_rec);
1453: --
1454: hr_utility.set_location(l_proc, 65);
1455: hr_utility.set_location(' Leaving:'||l_proc, 70);
1456: End update_validate;

Line 1507: if(nvl(per_pjo_bus.g_previous_employer_id, hr_api.g_number) =

1503: (p_api_name => l_proc
1504: ,p_argument => 'p_previous_employer_id'
1505: ,p_argument_value => p_previous_employer_id);
1506: --
1507: if(nvl(per_pjo_bus.g_previous_employer_id, hr_api.g_number) =
1508: p_previous_employer_id) then
1509: --
1510: -- The legislation code has already been found with a previous
1511: -- call to this function. Just return the value in the global variable.

Line 1512: l_legislation_code := per_pjo_bus.g_legislation_code;

1508: p_previous_employer_id) then
1509: --
1510: -- The legislation code has already been found with a previous
1511: -- call to this function. Just return the value in the global variable.
1512: l_legislation_code := per_pjo_bus.g_legislation_code;
1513: hr_utility.set_location(l_proc, 20);
1514: --
1515: else
1516: --

Line 1536: per_pjo_bus.g_previous_employer_id := p_previous_employer_id;

1532: --
1533: -- Set the global variables so the values are
1534: -- available for the next call to this function.
1535: close csr_leg_code;
1536: per_pjo_bus.g_previous_employer_id := p_previous_employer_id;
1537: per_pjo_bus.g_legislation_code := l_legislation_code;
1538: --
1539: end if;
1540: --

Line 1537: per_pjo_bus.g_legislation_code := l_legislation_code;

1533: -- Set the global variables so the values are
1534: -- available for the next call to this function.
1535: close csr_leg_code;
1536: per_pjo_bus.g_previous_employer_id := p_previous_employer_id;
1537: per_pjo_bus.g_legislation_code := l_legislation_code;
1538: --
1539: end if;
1540: --
1541: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 1547: end per_pjo_bus;

1543: return l_legislation_code;
1544: --
1545: end return_leg_code;
1546: --
1547: end per_pjo_bus;