DBA Data[Home] [Help]

APPS.PER_PJU_BUS dependencies on PER_PJU_BUS

Line 1: Package Body per_pju_bus as

1: Package Body per_pju_bus as
2: /* $Header: pepjurhi.pkb 115.14 2002/12/04 10:55:38 eumenyio ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_pju_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 976: if ( nvl(per_pju_bus.g_previous_job_usage_id, hr_api.g_number)

972: ,p_argument => 'previous_job_usage_id'
973: ,p_argument_value => p_previous_job_usage_id
974: );
975: --
976: if ( nvl(per_pju_bus.g_previous_job_usage_id, hr_api.g_number)
977: = p_previous_job_usage_id) then
978: --
979: -- The legislation code has already been found with a previous
980: -- call to this function. Just return the value in the global

Line 983: l_legislation_code := per_pju_bus.g_legislation_code;

979: -- The legislation code has already been found with a previous
980: -- call to this function. Just return the value in the global
981: -- variable.
982: --
983: l_legislation_code := per_pju_bus.g_legislation_code;
984: hr_utility.set_location(l_proc, 20);
985: else
986: --
987: -- The ID is different to the last call to this function

Line 1007: per_pju_bus.g_previous_job_usage_id := p_previous_job_usage_id;

1003: -- Set the global variables so the values are
1004: -- available for the next call to this function.
1005: --
1006: close csr_leg_code;
1007: per_pju_bus.g_previous_job_usage_id := p_previous_job_usage_id;
1008: per_pju_bus.g_legislation_code := l_legislation_code;
1009: end if;
1010: hr_utility.set_location(' Leaving:'|| l_proc, 40);
1011: return l_legislation_code;

Line 1008: per_pju_bus.g_legislation_code := l_legislation_code;

1004: -- available for the next call to this function.
1005: --
1006: close csr_leg_code;
1007: per_pju_bus.g_previous_job_usage_id := p_previous_job_usage_id;
1008: per_pju_bus.g_legislation_code := l_legislation_code;
1009: end if;
1010: hr_utility.set_location(' Leaving:'|| l_proc, 40);
1011: return l_legislation_code;
1012: end return_legislation_code;

Line 1471: per_pju_bus.chk_ddf(p_rec);

1467: ,p_object_version_number
1468: => p_rec.object_version_number);
1469: --
1470: hr_utility.set_location(l_proc, 60);
1471: per_pju_bus.chk_ddf(p_rec);
1472: --
1473: hr_utility.set_location(l_proc, 65);
1474: per_pju_bus.chk_df(p_rec);
1475: --

Line 1474: per_pju_bus.chk_df(p_rec);

1470: hr_utility.set_location(l_proc, 60);
1471: per_pju_bus.chk_ddf(p_rec);
1472: --
1473: hr_utility.set_location(l_proc, 65);
1474: per_pju_bus.chk_df(p_rec);
1475: --
1476: hr_utility.set_location(' Leaving:'||l_proc, 70);
1477: End insert_validate;
1478: --

Line 1580: per_pju_bus.chk_ddf(p_rec);

1576: ,p_end_date
1577: => p_rec.end_date);
1578: --
1579: hr_utility.set_location(l_proc, 60);
1580: per_pju_bus.chk_ddf(p_rec);
1581: --
1582: hr_utility.set_location(l_proc, 65);
1583: per_pju_bus.chk_df(p_rec);
1584: --

Line 1583: per_pju_bus.chk_df(p_rec);

1579: hr_utility.set_location(l_proc, 60);
1580: per_pju_bus.chk_ddf(p_rec);
1581: --
1582: hr_utility.set_location(l_proc, 65);
1583: per_pju_bus.chk_df(p_rec);
1584: --
1585: hr_utility.set_location(' Leaving:'||l_proc, 70);
1586: End update_validate;
1587: --

Line 1605: end per_pju_bus;

1601: --
1602: hr_utility.set_location(' Leaving:'||l_proc, 10);
1603: End delete_validate;
1604: --
1605: end per_pju_bus;