DBA Data[Home] [Help]

APPS.PAY_RFI_BUS dependencies on HR_UTILITY

Line 60: hr_utility.set_location('Entering:'|| l_proc, 10);

56: l_exists varchar2(1);
57: --
58: Begin
59: --
60: hr_utility.set_location('Entering:'|| l_proc, 10);
61: --
62: hr_api.mandatory_arg_error
63: ( p_api_name => l_proc
64: ,p_argument => 'REPORT_TYPE'

Line 108: hr_utility.set_location(' Leaving:'|| l_proc, 20);

104: end if ;
105:
106: close csr_unique_key;
107: --
108: hr_utility.set_location(' Leaving:'|| l_proc, 20);
109: --
110: End chk_unique_key;
111: --
112: -- ----------------------------------------------------------------------------

Line 159: hr_utility.set_location('Entering:'|| l_proc, 10);

155: l_exists varchar2(1);
156: --
157: Begin
158: --
159: hr_utility.set_location('Entering:'|| l_proc, 10);
160: --
161: hr_api.mandatory_arg_error
162: ( p_api_name => l_proc
163: ,p_argument => 'REPORT_TYPE'

Line 196: hr_utility.set_location(' Leaving:'|| l_proc, 20);

192: end if ;
193:
194: close csr_report_format_mapping;
195: --
196: hr_utility.set_location(' Leaving:'|| l_proc, 20);
197: --
198: End chk_report_format_mapping;
199: --
200: -- ----------------------------------------------------------------------------

Line 243: hr_utility.set_location('Entering:'|| l_proc, 10);

239: l_exists varchar2(1);
240: --
241: Begin
242: --
243: hr_utility.set_location('Entering:'|| l_proc, 10);
244: --
245:
246: hr_api.mandatory_arg_error
247: ( p_api_name => l_proc

Line 267: hr_utility.set_location(' Leaving:'|| l_proc, 20);

263: end if ;
264:
265: close csr_user_entity_id;
266: --
267: hr_utility.set_location(' Leaving:'|| l_proc, 20);
268: --
269: End chk_user_entity_id;
270: --
271: -- ----------------------------------------------------------------------------

Line 305: hr_utility.set_location('Entering:'|| l_proc, 10);

301: l_proc varchar2(72) := g_package || 'chk_updatable_flag';
302: --
303: Begin
304: --
305: hr_utility.set_location('Entering:'|| l_proc, 10);
306: --
307:
308: if p_updatable_flag is not null and
309: p_updatable_flag not in ('Y', 'N') then

Line 316: hr_utility.set_location(' Leaving:'|| l_proc, 20);

312: fnd_message.raise_error ;
313:
314: end if;
315: --
316: hr_utility.set_location(' Leaving:'|| l_proc, 20);
317: --
318: End chk_updatable_flag;
319: --
320: -- ----------------------------------------------------------------------------

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

607: --
608: l_proc varchar2(72) := g_package||'insert_validate';
609: --
610: Begin
611: hr_utility.set_location('Entering:'||l_proc, 5);
612: --
613: -- Call all supporting business operations
614: --
615: -- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS.

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

635: --
636: chk_updatable_flag
637: ( p_updatable_flag => p_rec.updatable_flag );
638: --
639: hr_utility.set_location(' Leaving:'||l_proc, 10);
640: End insert_validate;
641: --
642: -- ----------------------------------------------------------------------------
643: -- |---------------------------< update_validate >----------------------------|

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

652: --
653: l_proc varchar2(72) := g_package||'update_validate';
654: --
655: Begin
656: hr_utility.set_location('Entering:'||l_proc, 5);
657: --
658: -- Call all supporting business operations
659: --
660: -- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS.

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

678: --
679: chk_updatable_flag
680: ( p_updatable_flag => p_rec.updatable_flag );
681: --
682: hr_utility.set_location(' Leaving:'||l_proc, 10);
683: End update_validate;
684: --
685: -- ----------------------------------------------------------------------------
686: -- |---------------------------< delete_validate >----------------------------|

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

695: --
696: l_proc varchar2(72) := g_package||'delete_validate';
697: --
698: Begin
699: hr_utility.set_location('Entering:'||l_proc, 5);
700: --
701: -- Call all supporting business operations
702: --
703: dt_delete_validate

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

706: ,p_validation_end_date => p_validation_end_date
707: ,p_report_format_item_id => p_rec.report_format_item_id
708: );
709: --
710: hr_utility.set_location(' Leaving:'||l_proc, 10);
711: End delete_validate;
712: --
713: -- ---------------------------------------------------------------------------
714: -- |----------------------< chk_report_format_item_id >----------------------|

Line 730: hr_utility.set_location('Entering:'|| l_proc, 10);

726: l_exists varchar2(1);
727: --
728: Begin
729: --
730: hr_utility.set_location('Entering:'|| l_proc, 10);
731: --
732: hr_api.mandatory_arg_error
733: ( p_api_name => l_proc
734: ,p_argument => 'REPORT_FORMAT_ITEM_ID'

Line 752: hr_utility.set_location(' Leaving:'|| l_proc, 20);

748: end if ;
749:
750: close csr_unique_id;
751: --
752: hr_utility.set_location(' Leaving:'|| l_proc, 20);
753: --
754: End chk_report_format_item_id;
755: --
756: end pay_rfi_bus;