DBA Data[Home] [Help]

APPS.PQP_HRTCA_SYNCHRONIZATION dependencies on HR_UTILITY

Line 82: Hr_Utility.set_location('Entering: '||l_proc_name, 5);

78: l_pei_rec per_people_extra_info%ROWTYPE;
79: l_proc_name CONSTANT Varchar2(150):= g_pkg ||'Pei_DDF_Ins';
80:
81: BEGIN
82: Hr_Utility.set_location('Entering: '||l_proc_name, 5);
83: -- Check if the information type being created is for a student employee
84: -- If yes, then check 1) if the data-sync flag is set to Y
85: -- 2) profile option for Person info is Y
86: OPEN csr_partyid (c_person_id => p_person_id);

Line 171: Hr_Utility.set_location('Leaving: '||l_proc_name, 50);

167: ,p_pei_info_rec_new => l_pei_rec
168: );
169: END IF;
170: END IF;
171: Hr_Utility.set_location('Leaving: '||l_proc_name, 50);
172:
173: END Pei_DDF_Ins;
174: -- =============================================================================
175: -- ~ Pei_DDF_Upd:

Line 261: Hr_Utility.set_location('Entering: '||l_proc_name, 5);

257: l_pei_rec_old per_people_extra_info%ROWTYPE;
258: l_proc_name CONSTANT Varchar2(150):= g_pkg ||'Pei_DDF_Upd';
259:
260: BEGIN
261: Hr_Utility.set_location('Entering: '||l_proc_name, 5);
262: -- Check if the information type being created is for a student employee
263: -- If yes, then check 1) if the data-sync flag is set to N
264: -- 2) profile option for Person info is Y
265: OPEN csr_partyid (c_person_id => p_person_id);

Line 385: Hr_Utility.set_location('Leaving: '||l_proc_name, 80);

381: ,p_pei_info_rec_new => l_pei_rec_new
382: );
383: END IF;
384: END IF;
385: Hr_Utility.set_location('Leaving: '||l_proc_name, 80);
386:
387: END Pei_DDF_Upd;
388: -- =============================================================================
389: -- ~ Pei_DDF_Del:

Line 431: Hr_Utility.set_location('Entering: '||l_proc_name, 5);

427: ) AS
428: l_pei_rec per_people_extra_info%ROWTYPE;
429: l_proc_name CONSTANT Varchar2(150):= g_pkg ||'Pei_DDF_Del';
430: BEGIN
431: Hr_Utility.set_location('Entering: '||l_proc_name, 5);
432: NULL;
433: Hr_Utility.set_location('Leaving: '||l_proc_name, 50);
434: END Pei_DDF_Del;
435:

Line 433: Hr_Utility.set_location('Leaving: '||l_proc_name, 50);

429: l_proc_name CONSTANT Varchar2(150):= g_pkg ||'Pei_DDF_Del';
430: BEGIN
431: Hr_Utility.set_location('Entering: '||l_proc_name, 5);
432: NULL;
433: Hr_Utility.set_location('Leaving: '||l_proc_name, 50);
434: END Pei_DDF_Del;
435:
436: End PQP_HRTCA_Synchronization;