DBA Data[Home] [Help]

APPS.BEN_EXTRACT_SEED dependencies on HR_STARTUP_DATA_API_SUPPORT

Line 2110: hr_startup_data_api_support.enable_startup_mode(p_mode =>'GENERIC'

2106:
2107: -- adding these conditions after checking with the code under
2108: If ( p_legislation_code = 'GLOBAL' or p_legislation_code is null)
2109: and p_business_group is null then
2110: hr_startup_data_api_support.enable_startup_mode(p_mode =>'GENERIC'
2111: ,p_startup_session_id =>l_sessionid);
2112: elsif p_business_group is null then
2113: hr_startup_data_api_support.enable_startup_mode(p_mode =>'STARTUP'
2114: ,p_startup_session_id =>l_sessionid);

Line 2113: hr_startup_data_api_support.enable_startup_mode(p_mode =>'STARTUP'

2109: and p_business_group is null then
2110: hr_startup_data_api_support.enable_startup_mode(p_mode =>'GENERIC'
2111: ,p_startup_session_id =>l_sessionid);
2112: elsif p_business_group is null then
2113: hr_startup_data_api_support.enable_startup_mode(p_mode =>'STARTUP'
2114: ,p_startup_session_id =>l_sessionid);
2115: End If;
2116:
2117: hr_startup_data_api_support.create_owner_definition('BEN',FALSE);

Line 2117: hr_startup_data_api_support.create_owner_definition('BEN',FALSE);

2113: hr_startup_data_api_support.enable_startup_mode(p_mode =>'STARTUP'
2114: ,p_startup_session_id =>l_sessionid);
2115: End If;
2116:
2117: hr_startup_data_api_support.create_owner_definition('BEN',FALSE);
2118: --
2119: get_who_values(p_owner => p_owner
2120: ,p_last_update_vc => p_last_update_date
2121: ,p_last_update_date => l_last_update_date