DBA Data[Home] [Help]

APPS.BEN_EXTRACT_SEED dependencies on HR_STARTUP_DATA_API_SUPPORT

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

2050:
2051: -- adding these conditions after checking with the code under
2052: If ( p_legislation_code = 'GLOBAL' or p_legislation_code is null)
2053: and p_business_group is null then
2054: hr_startup_data_api_support.enable_startup_mode(p_mode =>'GENERIC'
2055: ,p_startup_session_id =>l_sessionid);
2056: elsif p_business_group is null then
2057: hr_startup_data_api_support.enable_startup_mode(p_mode =>'STARTUP'
2058: ,p_startup_session_id =>l_sessionid);

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

2053: and p_business_group is null then
2054: hr_startup_data_api_support.enable_startup_mode(p_mode =>'GENERIC'
2055: ,p_startup_session_id =>l_sessionid);
2056: elsif p_business_group is null then
2057: hr_startup_data_api_support.enable_startup_mode(p_mode =>'STARTUP'
2058: ,p_startup_session_id =>l_sessionid);
2059: End If;
2060:
2061: hr_startup_data_api_support.create_owner_definition('BEN',FALSE);

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

2057: hr_startup_data_api_support.enable_startup_mode(p_mode =>'STARTUP'
2058: ,p_startup_session_id =>l_sessionid);
2059: End If;
2060:
2061: hr_startup_data_api_support.create_owner_definition('BEN',FALSE);
2062: --
2063: get_who_values(p_owner => p_owner
2064: ,p_last_update_vc => p_last_update_date
2065: ,p_last_update_date => l_last_update_date