DBA Data[Home] [Help]

APPS.HR_FMP_BUS dependencies on HR_FORM_PROPERTIES

Line 52: ,hr_form_properties fmp

48: --
49: cursor csr_leg_code is
50: select tmp.legislation_code
51: from hr_form_templates_b tmp
52: ,hr_form_properties fmp
53: where tmp.form_template_id = fmp.form_template_id
54: and fmp.form_property_id = p_form_property_id;
55: --
56: -- Declare local variables

Line 219: ,p_descflex_name => 'HR_FORM_PROPERTIES'

215: -- b) During insert.
216: --
217: hr_dflex_utility.ins_or_upd_descflex_attribs
218: (p_appl_short_name => 'PER'
219: ,p_descflex_name => 'HR_FORM_PROPERTIES'
220: ,p_attribute_category => p_rec.information_category
221: ,p_attribute1_name => 'INFORMATION1'
222: ,p_attribute1_value => p_rec.information1
223: ,p_attribute2_name => 'INFORMATION2'