DBA Data[Home] [Help]

APPS.PAY_PBA_BUS dependencies on HR_STARTUP_DATA_API_SUPPORT

Line 217: IF hr_startup_data_api_support.g_startup_mode = 'USER' THEN

213: --
214: BEGIN
215: hr_utility.set_location('Entering '||l_proc, 5);
216: --
217: IF hr_startup_data_api_support.g_startup_mode = 'USER' THEN
218: hr_utility.set_location(l_proc, 10);
219: --
220: open csr_get_alterable(p_attribute_id);
221: fetch csr_get_alterable into l_alt, l_bg, l_leg;

Line 370: IF hr_startup_data_api_support.g_startup_mode = 'GENERIC' THEN

366: -- Only need to open the cursor if attribute_id is not null
367: --
368: if p_attribute_id is not null then
369: --
370: IF hr_startup_data_api_support.g_startup_mode = 'GENERIC' THEN
371: hr_utility.set_location(l_proc, 15);
372: --
373: OPEN csr_chk_attribute_id_g;
374: FETCH csr_chk_attribute_id_g into l_exists;

Line 383: elsif hr_startup_data_api_support.g_startup_mode = 'STARTUP' THEN

379: hr_utility.raise_error;
380: END IF;
381: CLOSE csr_chk_attribute_id_g;
382: --
383: elsif hr_startup_data_api_support.g_startup_mode = 'STARTUP' THEN
384: hr_utility.set_location(l_proc, 20);
385: --
386: OPEN csr_chk_attribute_id_s(p_legislation_code);
387: FETCH csr_chk_attribute_id_s into l_exists;

Line 396: ELSIF hr_startup_data_api_support.g_startup_mode = 'USER' THEN

392: hr_utility.raise_error;
393: END IF;
394: CLOSE csr_chk_attribute_id_s;
395: --
396: ELSIF hr_startup_data_api_support.g_startup_mode = 'USER' THEN
397: hr_utility.set_location(l_proc, 25);
398: --
399: if p_balance_attribute_id is not null then
400: l_legislation_code := pay_pba_bus.return_legislation_code

Line 526: IF hr_startup_data_api_support.g_startup_mode = 'GENERIC' THEN

522: -- Only need to open the cursor if defined_balance_id is not null
523: --
524: if p_defined_balance_id is not null then
525: --
526: IF hr_startup_data_api_support.g_startup_mode = 'GENERIC' THEN
527: hr_utility.set_location(l_proc, 15);
528: --
529: OPEN csr_chk_def_bal_id_g;
530: FETCH csr_chk_def_bal_id_g into l_exists;

Line 539: elsif hr_startup_data_api_support.g_startup_mode = 'STARTUP' THEN

535: hr_utility.raise_error;
536: END IF;
537: CLOSE csr_chk_def_bal_id_g;
538: --
539: elsif hr_startup_data_api_support.g_startup_mode = 'STARTUP' THEN
540: hr_utility.set_location(l_proc, 20);
541: --
542: OPEN csr_chk_def_bal_id_s(p_legislation_code);
543: FETCH csr_chk_def_bal_id_s into l_exists;

Line 552: ELSIF hr_startup_data_api_support.g_startup_mode = 'USER' THEN

548: hr_utility.raise_error;
549: END IF;
550: CLOSE csr_chk_def_bal_id_s;
551: --
552: ELSIF hr_startup_data_api_support.g_startup_mode = 'USER' THEN
553: hr_utility.set_location(l_proc, 25);
554: --
555: if p_balance_attribute_id is not null then
556: l_legislation_code := pay_pba_bus.return_legislation_code

Line 687: hr_startup_data_api_support.chk_startup_action

683: -- Call the supporting procedure to check startup mode
684: -- EDIT_HERE: The following call should be edited if certain types of rows
685: -- are not permitted.
686: IF (p_insert) THEN
687: hr_startup_data_api_support.chk_startup_action
688: (p_generic_allowed => TRUE
689: ,p_startup_allowed => TRUE
690: ,p_user_allowed => TRUE
691: ,p_business_group_id => p_business_group_id

Line 696: hr_startup_data_api_support.chk_upd_del_startup_action

692: ,p_legislation_code => p_legislation_code
693: ,p_legislation_subgroup => p_legislation_subgroup
694: );
695: ELSE
696: hr_startup_data_api_support.chk_upd_del_startup_action
697: (p_generic_allowed => TRUE
698: ,p_startup_allowed => TRUE
699: ,p_user_allowed => TRUE
700: ,p_business_group_id => p_business_group_id

Line 727: IF hr_startup_data_api_support.g_startup_mode

723: chk_startup_action(true
724: ,p_rec.business_group_id
725: ,p_rec.legislation_code
726: );
727: IF hr_startup_data_api_support.g_startup_mode
728: NOT IN ('GENERIC','STARTUP') THEN
729: --
730: -- Validate Important Attributes
731: --

Line 796: IF hr_startup_data_api_support.g_startup_mode

792: chk_startup_action(false
793: ,pay_pba_shd.g_old_rec.business_group_id
794: ,pay_pba_shd.g_old_rec.legislation_code
795: );
796: IF hr_startup_data_api_support.g_startup_mode
797: NOT IN ('GENERIC','STARTUP') THEN
798: --
799: -- Validate Important Attributes
800: --