DBA Data[Home] [Help]

APPS.BEN_ICD_PLAN_DESIGN_SETUP dependencies on BEN_ICD_FLEX_FIELD_SETUP

Line 235: ben_icd_flex_field_setup.create_icd_config

231: p_context_opt_id => l_opt_id,
232: p_object_version_number => l_ovn,
233: p_effective_date => p_effective_date);
234:
235: ben_icd_flex_field_setup.create_icd_config
236: (p_element_type_id => p_element_type_id,
237: p_effective_date => p_effective_date);
238:
239: exception

Line 251: ben_icd_flex_field_setup.refresh_icd_config

247: procedure refresh_setup(p_element_type_id in number
248: ,p_business_group_id in number
249: ,p_effective_date in date) is
250: begin
251: ben_icd_flex_field_setup.refresh_icd_config
252: (p_element_type_id => p_element_type_id,
253: p_effective_date => p_effective_date);
254: exception
255: when others then

Line 502: ben_icd_flex_field_setup.delete_icd_config

498:
499: if l_abr_id is null then
500: -- No other comp object using the same element, so delete
501: -- the setup information
502: ben_icd_flex_field_setup.delete_icd_config
503: (p_element_type_id => p_element_type_id,
504: p_effective_date => p_effective_date);
505: end if;
506: