DBA Data[Home] [Help]

APPS.PER_ALT_LOOKUPS_PKG dependencies on PER_ALT_LOOKUPS_PKG

Line 1: PACKAGE BODY PER_ALT_LOOKUPS_PKG AS

1: PACKAGE BODY PER_ALT_LOOKUPS_PKG AS
2: /*$Header: peraltlk.pkb 115.1 2002/12/05 17:25:02 eumenyio noship $*/
3: --
4: procedure run_process (errbuf out nocopy varchar2,
5: retcode out nocopy number,

Line 85: l_procedure := 'Procedure run_process in the package per_alt_lookups_pkg';

81: l_user_table_id := NULL;
82: l_user_column_id := NULL;
83: l_user_column_instance_id := NULL;
84: --
85: l_procedure := 'Procedure run_process in the package per_alt_lookups_pkg';
86: --
87: hr_utility.set_location(l_procedure , 5);
88: --
89: if P_BUSINESS_GROUP_ID is not null then

Line 559: hr_utility.set_location('per_alt_lookups_pkg - Entering update_instance_value', 1);

555:
556:
557: Begin
558: hr_utility.set_location(' ',1);
559: hr_utility.set_location('per_alt_lookups_pkg - Entering update_instance_value', 1);
560: hr_utility.set_location('--------------------------------------------------',1);
561:
562: -- First case - only process the business_group
563: if (cn_business_group_id is NOT NULL) Then

Line 613: end PER_ALT_LOOKUPS_PKG;

609: End;
610: --
611:
612:
613: end PER_ALT_LOOKUPS_PKG;