DBA Data[Home] [Help]

APPS.PAY_PBD_BUS dependencies on HR_STARTUP_DATA_API_SUPPORT

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

257: -- Only need to open the cursor if attribute_id is not null
258: --
259: if p_attribute_id is not null then
260: --
261: IF hr_startup_data_api_support.g_startup_mode = 'GENERIC' THEN
262: hr_utility.set_location(l_proc, 15);
263: --
264: OPEN csr_chk_attribute_id_g;
265: FETCH csr_chk_attribute_id_g into l_exists;

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

270: hr_utility.raise_error;
271: END IF;
272: CLOSE csr_chk_attribute_id_g;
273: --
274: elsif hr_startup_data_api_support.g_startup_mode = 'STARTUP' THEN
275: hr_utility.set_location(l_proc, 20);
276: --
277: OPEN csr_chk_attribute_id_s(p_legislation_code);
278: FETCH csr_chk_attribute_id_s into l_exists;

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

283: hr_utility.raise_error;
284: END IF;
285: CLOSE csr_chk_attribute_id_s;
286: --
287: ELSIF hr_startup_data_api_support.g_startup_mode = 'USER' THEN
288: hr_utility.set_location(l_proc, 25);
289: --
290: if p_bal_attribute_default_id is not null then
291: l_legislation_code := pay_pbd_bus.return_legislation_code

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

419: -- Only need to open the cursor if balance_category_id is not null
420: --
421: if p_balance_category_id is not null then
422: --
423: IF hr_startup_data_api_support.g_startup_mode = 'GENERIC' THEN
424: hr_utility.set_location(l_proc, 15);
425: --
426: OPEN csr_chk_bal_cat_id_g;
427: FETCH csr_chk_bal_cat_id_g into l_exists;

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

431: hr_utility.raise_error;
432: END IF;
433: CLOSE csr_chk_bal_cat_id_g;
434: --
435: elsif hr_startup_data_api_support.g_startup_mode = 'STARTUP' THEN
436: hr_utility.set_location(l_proc, 20);
437: --
438: OPEN csr_chk_bal_cat_id_s(p_legislation_code);
439: FETCH csr_chk_bal_cat_id_s into l_exists;

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

443: hr_utility.raise_error;
444: END IF;
445: CLOSE csr_chk_bal_cat_id_s;
446: --
447: ELSIF hr_startup_data_api_support.g_startup_mode = 'USER' THEN
448: hr_utility.set_location(l_proc, 25);
449: --
450: if p_bal_attribute_default_id is not null then
451: l_legislation_code := pay_pbd_bus.return_legislation_code

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

582: -- Only need to open the cursor if balance_dimension_id is not null
583: --
584: if p_balance_dimension_id is not null then
585: --
586: IF hr_startup_data_api_support.g_startup_mode = 'GENERIC' THEN
587: hr_utility.set_location(l_proc, 15);
588: --
589: OPEN csr_chk_bal_dim_id_g;
590: FETCH csr_chk_bal_dim_id_g into l_exists;

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

594: hr_utility.raise_error;
595: END IF;
596: CLOSE csr_chk_bal_dim_id_g;
597: --
598: elsif hr_startup_data_api_support.g_startup_mode = 'STARTUP' THEN
599: hr_utility.set_location(l_proc, 20);
600: --
601: OPEN csr_chk_bal_dim_id_s(p_legislation_code);
602: FETCH csr_chk_bal_dim_id_s into l_exists;

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

606: hr_utility.raise_error;
607: END IF;
608: CLOSE csr_chk_bal_dim_id_s;
609: --
610: ELSIF hr_startup_data_api_support.g_startup_mode = 'USER' THEN
611: hr_utility.set_location(l_proc, 25);
612: --
613: if p_bal_attribute_default_id is not null then
614: l_legislation_code := pay_pbd_bus.return_legislation_code

Line 750: hr_startup_data_api_support.chk_startup_action

746: -- Call the supporting procedure to check startup mode
747: -- EDIT_HERE: The following call should be edited if certain types of rows
748: -- are not permitted.
749: IF (p_insert) THEN
750: hr_startup_data_api_support.chk_startup_action
751: (p_generic_allowed => TRUE
752: ,p_startup_allowed => TRUE
753: ,p_user_allowed => TRUE
754: ,p_business_group_id => p_business_group_id

Line 759: hr_startup_data_api_support.chk_upd_del_startup_action

755: ,p_legislation_code => p_legislation_code
756: ,p_legislation_subgroup => p_legislation_subgroup
757: );
758: ELSE
759: hr_startup_data_api_support.chk_upd_del_startup_action
760: (p_generic_allowed => TRUE
761: ,p_startup_allowed => TRUE
762: ,p_user_allowed => TRUE
763: ,p_business_group_id => p_business_group_id

Line 790: IF hr_startup_data_api_support.g_startup_mode

786: chk_startup_action(true
787: ,p_rec.business_group_id
788: ,p_rec.legislation_code
789: );
790: IF hr_startup_data_api_support.g_startup_mode
791: NOT IN ('GENERIC','STARTUP') THEN
792: --
793: -- Validate Important Attributes
794: --

Line 855: IF hr_startup_data_api_support.g_startup_mode

851: chk_startup_action(false
852: ,pay_pbd_shd.g_old_rec.business_group_id
853: ,pay_pbd_shd.g_old_rec.legislation_code
854: );
855: IF hr_startup_data_api_support.g_startup_mode
856: NOT IN ('GENERIC','STARTUP') THEN
857: --
858: -- Validate Important Attributes
859: --