DBA Data[Home] [Help]

APPS.PER_ABB_BUS dependencies on FND_DESCR_FLEX_CONTEXTS

Line 877: from fnd_descr_flex_contexts fdfc

873: where business_group_id = p_business_group_id;
874: --
875: cursor csr_ddf_exist(p_legislation_code varchar2) is
876: select 1
877: from fnd_descr_flex_contexts fdfc
878: where fdfc.application_id = 800
879: and fdfc.descriptive_flexfield_name = 'Absence Type Developer DF'
880: and fdfc.enabled_flag = 'Y'
881: and fdfc.descriptive_flex_context_code = p_legislation_code;