DBA Data[Home] [Help]

APPS.PAY_ETP_BUS dependencies on HR_STARTUP_DATA_API_SUPPORT

Line 718: hr_startup_data_api_support.chk_startup_action

714: --
715: -- Call the supporting procedure to check startup mode
716: --
717: IF (p_insert) THEN
718: hr_startup_data_api_support.chk_startup_action
719: (p_generic_allowed => TRUE
720: ,p_startup_allowed => TRUE
721: ,p_user_allowed => TRUE
722: ,p_business_group_id => p_business_group_id

Line 727: hr_startup_data_api_support.chk_upd_del_startup_action

723: ,p_legislation_code => p_legislation_code
724: ,p_legislation_subgroup => p_legislation_subgroup
725: );
726: ELSE
727: hr_startup_data_api_support.chk_upd_del_startup_action
728: (p_generic_allowed => TRUE
729: ,p_startup_allowed => TRUE
730: ,p_user_allowed => TRUE
731: ,p_business_group_id => p_business_group_id

Line 982: ( hr_startup_data_api_support.g_startup_mode IN ('STARTUP') ))

978: select '1'
979: from fnd_currencies
980: where currency_code = p_currency_code
981: and ( ( enabled_flag = 'Y') or
982: ( hr_startup_data_api_support.g_startup_mode IN ('STARTUP') ))
983: and currency_flag = 'Y'
984: and p_effective_date between nvl(start_date_active,p_effective_date)
985: and nvl(end_date_active,p_effective_date);
986:

Line 2978: IF hr_startup_data_api_support.g_startup_mode

2974: chk_startup_action(true
2975: ,p_rec.business_group_id
2976: ,p_rec.legislation_code
2977: );
2978: IF hr_startup_data_api_support.g_startup_mode
2979: NOT IN ('GENERIC','STARTUP') THEN
2980: --
2981: -- Validate Important Attributes
2982: --

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

2990: -- one error has been found then abort further validation.
2991: --
2992: hr_multi_message.end_validation_set;
2993: END IF;
2994: IF hr_startup_data_api_support.g_startup_mode NOT IN ('STARTUP') THEN
2995: --
2996: -- Validate Dependent Attributes
2997: --
2998: if (p_rec.business_group_id is not null) then

Line 3166: IF hr_startup_data_api_support.g_startup_mode

3162: chk_startup_action(false
3163: ,p_rec.business_group_id
3164: ,p_rec.legislation_code
3165: );
3166: IF hr_startup_data_api_support.g_startup_mode
3167: NOT IN ('GENERIC','STARTUP') THEN
3168: --
3169: -- Validate Important Attributes
3170: --

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

3178: -- one error has been found then abort further validation.
3179: --
3180: hr_multi_message.end_validation_set;
3181: END IF;
3182: IF hr_startup_data_api_support.g_startup_mode NOT IN ('STARTUP') THEN
3183: --
3184: --
3185: -- Validate Dependent Attributes
3186: --

Line 3366: IF hr_startup_data_api_support.g_startup_mode

3362: chk_startup_action(false
3363: ,p_rec.business_group_id
3364: ,p_rec.legislation_code
3365: );
3366: IF hr_startup_data_api_support.g_startup_mode
3367: NOT IN ('GENERIC','STARTUP') THEN
3368: --
3369: -- Validate Important Attributes
3370: --