DBA Data[Home] [Help]

APPS.PAY_PUT_BUS dependencies on HR_STARTUP_DATA_API_SUPPORT

Line 330: if hr_startup_data_api_support.g_startup_mode = 'USER' then

326: ,p_argument_value => p_user_table_name
327: );
328: --
329: l_name := upper(p_user_table_name);
330: if hr_startup_data_api_support.g_startup_mode = 'USER' then
331: open csr_name_exists_user(l_name, p_business_group_id);
332: fetch csr_name_exists_user
333: into l_exists;
334: if csr_name_exists_user%found then

Line 338: elsif hr_startup_data_api_support.g_startup_mode = 'STARTUP' then

334: if csr_name_exists_user%found then
335: l_exists := 'Y';
336: end if;
337: close csr_name_exists_user;
338: elsif hr_startup_data_api_support.g_startup_mode = 'STARTUP' then
339: open csr_name_exists_startup(l_name, p_legislation_code);
340: fetch csr_name_exists_startup
341: into l_exists;
342: if csr_name_exists_startup%found then

Line 346: elsif hr_startup_data_api_support.g_startup_mode = 'GENERIC' then

342: if csr_name_exists_startup%found then
343: l_exists := 'Y';
344: end if;
345: close csr_name_exists_startup;
346: elsif hr_startup_data_api_support.g_startup_mode = 'GENERIC' then
347: open csr_name_exists_generic(l_name);
348: fetch csr_name_exists_generic
349: into l_exists;
350: if csr_name_exists_generic%found then

Line 547: hr_startup_data_api_support.chk_startup_action

543: fnd_message.set_name('PAY', 'PAY_33179_BGLEG_INVALID');
544: fnd_message.raise_error;
545: end if;
546:
547: hr_startup_data_api_support.chk_startup_action
548: (p_generic_allowed => TRUE
549: ,p_startup_allowed => TRUE
550: ,p_user_allowed => TRUE
551: ,p_business_group_id => p_business_group_id

Line 556: hr_startup_data_api_support.chk_upd_del_startup_action

552: ,p_legislation_code => p_legislation_code
553: ,p_legislation_subgroup => p_legislation_subgroup
554: );
555: ELSE
556: hr_startup_data_api_support.chk_upd_del_startup_action
557: (p_generic_allowed => TRUE
558: ,p_startup_allowed => TRUE
559: ,p_user_allowed => TRUE
560: ,p_business_group_id => p_business_group_id

Line 588: IF hr_startup_data_api_support.g_startup_mode

584: chk_startup_action(true
585: ,p_rec.business_group_id
586: ,p_rec.legislation_code
587: );
588: IF hr_startup_data_api_support.g_startup_mode
589: NOT IN ('GENERIC','STARTUP') THEN
590: --
591: -- Validate Important Attributes
592: --

Line 605: if hr_startup_data_api_support.g_startup_mode not in ('GENERIC','USER') then

601: --
602: hr_multi_message.end_validation_set;
603: END IF;
604: --
605: if hr_startup_data_api_support.g_startup_mode not in ('GENERIC','USER') then
606:
607: --
608: -- Validate Important Attributes
609: --

Line 664: IF hr_startup_data_api_support.g_startup_mode

660: chk_startup_action(false
661: ,p_rec.business_group_id
662: ,p_rec.legislation_code
663: );
664: IF hr_startup_data_api_support.g_startup_mode
665: NOT IN ('GENERIC','STARTUP') THEN
666: --
667: -- Validate Important Attributes
668: --

Line 718: IF hr_startup_data_api_support.g_startup_mode

714: chk_startup_action(false
715: ,pay_put_shd.g_old_rec.business_group_id
716: ,pay_put_shd.g_old_rec.legislation_code
717: );
718: IF hr_startup_data_api_support.g_startup_mode
719: NOT IN ('GENERIC','STARTUP') THEN
720: --
721: -- Validate Important Attributes
722: --