DBA Data[Home] [Help]

APPS.PER_SBT_BUS dependencies on PER_SBT_BUS

Line 1: Package Body per_sbt_bus as

1: Package Body per_sbt_bus as
2: /* $Header: pesbtrhi.pkb 120.0 2005/05/31 20:43:05 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_sbt_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 24: -- per_sbt_bus.set_secutity_group_id, but that does not exist...)

20: -- PF - The base table does not have a business group ID, but it does
21: -- call the qualifications set_business_group_id. We therefore need to
22: -- derive the qualification_id from the base table, so we can call
23: -- per_qua_bus.set_security_group_id (it would be better to call
24: -- per_sbt_bus.set_secutity_group_id, but that does not exist...)
25: --
26: Procedure set_security_group_id
27: (p_subjects_taken_id in number
28: ,p_associated_column1 in varchar2 default null

Line 228: end per_sbt_bus;

224: --
225: hr_utility.set_location(' Leaving:'||l_proc, 10);
226: End delete_validate;
227: --
228: end per_sbt_bus;