DBA Data[Home] [Help]

APPS.PAY_PBF_BUS dependencies on HR_STARTUP_DATA_API_SUPPORT

Line 458: hr_startup_data_api_support.chk_startup_action

454: -- Call the supporting procedure to check startup mode
455: -- EDIT_HERE: The following call should be edited if certain types of rows
456: -- are not permitted.
457: IF (p_insert) THEN
458: hr_startup_data_api_support.chk_startup_action
459: (p_generic_allowed => FALSE
460: ,p_startup_allowed => TRUE
461: ,p_user_allowed => TRUE
462: ,p_business_group_id => p_business_group_id

Line 467: hr_startup_data_api_support.chk_upd_del_startup_action

463: ,p_legislation_code => p_legislation_code
464: ,p_legislation_subgroup => p_legislation_subgroup
465: );
466: ELSE
467: hr_startup_data_api_support.chk_upd_del_startup_action
468: (p_generic_allowed => FALSE
469: ,p_startup_allowed => TRUE
470: ,p_user_allowed => TRUE
471: ,p_business_group_id => p_business_group_id

Line 767: if hr_startup_data_api_support.return_startup_mode

763:
764: hr_utility.set_location('Entering:'||l_proc, 5);
765: --
766: l_allow_adjust_feed := False;
767: if hr_startup_data_api_support.return_startup_mode
768: IN ('STARTUP') then -- {startupMode
769: -- in startup node allow adjustment feeds to classification balance
770: if not pay_pbf_bus.is_pay_value(p_input_value_id) then
771: l_allow_adjust_feed := True;

Line 1328: IF hr_startup_data_api_support.g_startup_mode

1324: chk_startup_action(true
1325: ,p_rec.business_group_id
1326: ,p_rec.legislation_code
1327: );
1328: IF hr_startup_data_api_support.g_startup_mode
1329: NOT IN ('GENERIC','STARTUP') THEN
1330: --
1331: -- Validate Important Attributes
1332: --

Line 1398: IF hr_startup_data_api_support.g_startup_mode NOT IN ('STARTUP') THEN

1394: p_input_value_id => p_rec.input_value_id); -- # 10427303
1395:
1396: --
1397: -- When called from STARTUP Mode ignore this validation. Bug #8721639
1398: IF hr_startup_data_api_support.g_startup_mode NOT IN ('STARTUP') THEN
1399: -- If trying to create an initial feed then check no other initial feed
1400: -- already exists
1401: if (get_balance_init_flag (p_input_value_id => p_rec.input_value_id) ) then
1402: pay_pbf_bus.chk_initial_feed_exists

Line 1420: IF ((hr_startup_data_api_support.g_startup_mode NOT IN ('STARTUP')) or

1416:
1417: --Bug 10427303. The below call should be made if the mode is not
1418: -- 'STARTUP' or if the mode is 'STARTUP' then the feed is not initial
1419: -- balance feed or adjustment
1420: IF ((hr_startup_data_api_support.g_startup_mode NOT IN ('STARTUP')) or
1421: ((hr_startup_data_api_support.g_startup_mode = 'STARTUP') and
1422: ((not get_balance_init_flag(p_rec.input_value_id)) and
1423: pay_pbf_bus.is_pay_value(p_rec.input_value_id))
1424: )) THEN

Line 1421: ((hr_startup_data_api_support.g_startup_mode = 'STARTUP') and

1417: --Bug 10427303. The below call should be made if the mode is not
1418: -- 'STARTUP' or if the mode is 'STARTUP' then the feed is not initial
1419: -- balance feed or adjustment
1420: IF ((hr_startup_data_api_support.g_startup_mode NOT IN ('STARTUP')) or
1421: ((hr_startup_data_api_support.g_startup_mode = 'STARTUP') and
1422: ((not get_balance_init_flag(p_rec.input_value_id)) and
1423: pay_pbf_bus.is_pay_value(p_rec.input_value_id))
1424: )) THEN
1425: -- When creating a balance feed derive the end date

Line 1450: IF hr_startup_data_api_support.g_startup_mode NOT IN ('STARTUP') THEN

1446: end if;
1447: END IF; -- Bug 10427303
1448:
1449: -- When called from STARTUP Mode ignore this validation. Bug #8721639
1450: IF hr_startup_data_api_support.g_startup_mode NOT IN ('STARTUP') THEN
1451:
1452: -- When initial balance feed is being created, the effective end date must be
1453: -- hr_api.g_eot.
1454:

Line 1515: IF hr_startup_data_api_support.g_startup_mode

1511: chk_startup_action(false
1512: ,p_rec.business_group_id
1513: ,p_rec.legislation_code
1514: );
1515: IF hr_startup_data_api_support.g_startup_mode
1516: NOT IN ('GENERIC','STARTUP') THEN
1517: --
1518: -- Validate Important Attributes
1519: --

Line 1599: IF hr_startup_data_api_support.g_startup_mode NOT IN ('STARTUP') THEN

1595: --
1596:
1597: --
1598: -- When called from STARTUP Mode ignore this validation. Bug #8721639
1599: IF hr_startup_data_api_support.g_startup_mode NOT IN ('STARTUP') THEN
1600: chk_dtdel_allowed ( p_datetrack_mode => p_datetrack_mode
1601: ,p_input_value_id => p_rec.input_value_id);
1602: END IF; -- added for Bug #8721639
1603:

Line 1610: IF hr_startup_data_api_support.g_startup_mode

1606: ,pay_pbf_shd.g_old_rec.business_group_id
1607: ,pay_pbf_shd.g_old_rec.legislation_code
1608: );
1609:
1610: IF hr_startup_data_api_support.g_startup_mode
1611: NOT IN ('GENERIC','STARTUP') THEN
1612: --
1613: -- Validate Important Attributes
1614: --