DBA Data[Home] [Help]

APPS.OTA_LPC_BUS dependencies on HR_DFLEX_UTILITY

Line 248: hr_dflex_utility.ins_or_upd_descflex_attribs

244: -- a) During update, the structure column value or any
245: -- of the attribute values have actually changed.
246: -- b) During insert.
247: --
248: hr_dflex_utility.ins_or_upd_descflex_attribs
249: (p_appl_short_name => 'OTA'
250: ,p_descflex_name => 'OTA_LP_SECTIONS'
251: ,p_attribute_category => p_rec.attribute_category
252: ,p_attribute1_name => 'ATTRIBUTE1'

Line 614: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=

610: ) is
611: --
612: v_path_source_code ota_learning_paths.path_source_code%TYPE;
613: v_proc varchar2(72) := g_package||'disable_section_dff';
614: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
615: hr_dflex_utility.l_ignore_dfcode_varray();
616: --
617: cursor csr_is_catalog_lp is
618: select path_source_code

Line 615: hr_dflex_utility.l_ignore_dfcode_varray();

611: --
612: v_path_source_code ota_learning_paths.path_source_code%TYPE;
613: v_proc varchar2(72) := g_package||'disable_section_dff';
614: l_add_struct_d hr_dflex_utility.l_ignore_dfcode_varray :=
615: hr_dflex_utility.l_ignore_dfcode_varray();
616: --
617: cursor csr_is_catalog_lp is
618: select path_source_code
619: from ota_learning_paths lps

Line 636: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);

632:
633: l_add_struct_d.extend(1);
634: l_add_struct_d(l_add_struct_d.count) := 'OTA_LP_SECTIONS';
635:
636: hr_dflex_utility.create_ignore_df_validation(p_rec => l_add_struct_d);
637:
638: END IF;
639:
640: hr_utility.set_location(' Leaving:'|| v_proc, 10);