DBA Data[Home] [Help]

APPS.PAY_BTL_SHD dependencies on HR_UTILITY

Line 377: hr_utility.set_location('Entering:'||l_proc, 5);

373: --
374: l_proc varchar2(72) := g_package||'lck';
375: --
376: Begin
377: hr_utility.set_location('Entering:'||l_proc, 5);
378: --
379: hr_api.mandatory_arg_error
380: (p_api_name => l_proc
381: ,p_argument => 'BATCH_LINE_ID'

Line 402: hr_utility.set_location(' Leaving:'||l_proc, 10);

398: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
399: fnd_message.raise_error;
400: End If;
401: --
402: hr_utility.set_location(' Leaving:'||l_proc, 10);
403: --
404: -- We need to trap the ORA LOCK exception
405: --
406: Exception

Line 755: hr_utility.set_location('Entering:'||l_proc, 5);

751: l_id_flex_num pay_cost_allocation_keyflex.id_flex_num%type;
752:
753: --
754: begin
755: hr_utility.set_location('Entering:'||l_proc, 5);
756:
757:
758: l_ccid:= -1;
759: l_concat_segments_out := p_concat_segments_out;

Line 761: hr_utility.set_location(l_proc, 10);

757:
758: l_ccid:= -1;
759: l_concat_segments_out := p_concat_segments_out;
760:
761: hr_utility.set_location(l_proc, 10);
762:
763: --
764:
765: if (p_dml_mode='UPDATE') then

Line 775: hr_utility.set_location(l_proc, 20);

771: l_batch_id := p_batch_id;
772:
773: end if;
774: --
775: hr_utility.set_location(l_proc, 20);
776:
777: open csr_bg_id(l_batch_id);
778: fetch csr_bg_id into l_business_group_id;
779: close csr_bg_id;

Line 892: hr_utility.raise_error;

888:
889: exception
890: when app_exception.application_exception then
891: hr_message.provide_error;
892: hr_utility.raise_error;
893:
894: end keyflex_comb;
895: --
896: --