DBA Data[Home] [Help]

APPS.PER_APPLICANT_PKG dependencies on PER_APPLICANT_PKG

Line 1: package body PER_APPLICANT_PKG as

1: package body PER_APPLICANT_PKG as
2: /* $Header: peper02t.pkb 120.5.12020000.2 2013/02/26 09:41:50 srannama ship $ */
3: --
4: g_package varchar2(18) := 'PER_APPLICANT_PKG.';
5: g_debug boolean; -- debug flag

Line 4: g_package varchar2(18) := 'PER_APPLICANT_PKG.';

1: package body PER_APPLICANT_PKG as
2: /* $Header: peper02t.pkb 120.5.12020000.2 2013/02/26 09:41:50 srannama ship $ */
3: --
4: g_package varchar2(18) := 'PER_APPLICANT_PKG.';
5: g_debug boolean; -- debug flag
6: --
7: --
8: -- PRIVATE PROCEDURES

Line 805: hr_utility.set_location('PER_APPLICANT_PKG.INSERT_ROW' , 2 ) ;

801: -- **************************
802: -- Create the ADDRESS record
803: -- **************************
804: l_dummy_number := NULL ;
805: hr_utility.set_location('PER_APPLICANT_PKG.INSERT_ROW' , 2 ) ;
806: per_addresses_pkg.insert_row(
807: p_row_id => l_dummy_varchar2
808: ,p_address_id => l_dummy_number
809: ,p_business_group_id => p_business_group_id

Line 890: hr_utility.set_location('PER_APPLICANT_PKG.INSERT_ROW' , 3 ) ;

886: end if ;
887: --
888: l_application_id := NULL ;
889: l_dummy_varchar2 := NULL ;
890: hr_utility.set_location('PER_APPLICANT_PKG.INSERT_ROW' , 3 ) ;
891: per_applications_pkg.Insert_Row(p_Rowid => l_dummy_varchar2,
892: p_Application_Id => l_application_id,
893: p_Business_Group_Id => p_business_group_id,
894: p_Person_Id => p_person_id,

Line 938: hr_utility.set_location('PER_APPLICANT_PKG.INSERT_ROW' , 4 ) ;

934: IF g_debug THEN
935: hr_utility.set_location(g_package || l_proc, 100);
936: END IF;
937:
938: hr_utility.set_location('PER_APPLICANT_PKG.INSERT_ROW' , 4 ) ;
939: l_dummy_number := NULL ;
940: l_dummy_varchar2 := NULL ;
941: --
942: -- Set the end date of the assignment if the status is TERM_APL

Line 1536: hr_utility.set_location('PER_APPLICANT_PKG.GET_DB_DEFAULT_VALUES' , 1 ) ;

1532: hr_utility.set_location('Entering: '|| g_package || l_proc, 1);
1533: END IF;
1534:
1535: --
1536: hr_utility.set_location('PER_APPLICANT_PKG.GET_DB_DEFAULT_VALUES' , 1 ) ;
1537: -- Retrieve the person type for a system person type of APL
1538: open c1 ;
1539: fetch c1 into p_person_type_id,
1540: p_system_person_type ;

Line 2164: fnd_message.set_token('PROCEDURE','PER_APPLICANT_PKG.UPDATE_GROUP');

2160: and P_GROUP_NAME is not null; -- 4103321
2161: --
2162: if sql%rowcount = 0 and P_GROUP_NAME is not null then -- Bug 16394886
2163: fnd_message.set_name('PAY','HR_6153_ALL_PROCEDURE_FAIL' );
2164: fnd_message.set_token('PROCEDURE','PER_APPLICANT_PKG.UPDATE_GROUP');
2165: fnd_message.set_token('STEP','1' ) ;
2166: fnd_message.raise_error ;
2167: end if ;
2168: end if;

Line 2649: end PER_APPLICANT_PKG ;

2645: return(l_return_value);
2646: --
2647: end get_style_name;
2648: --
2649: end PER_APPLICANT_PKG ;