DBA Data[Home] [Help]

APPS.HR_TEMPLATE_ITEM_INFO dependencies on HR_FORM_TEMPLATES_B

Line 116: (p_form_template_id IN hr_form_templates_b.form_template_id%TYPE

112: --
113: -- {End of Comments}
114: -- -----------------------------------------------------------------------------
115: FUNCTION template_items
116: (p_form_template_id IN hr_form_templates_b.form_template_id%TYPE
117: )
118: RETURN t_template_items;
119: --
120: -- -----------------------------------------------------------------------------

Line 149: (p_form_template_id IN hr_form_templates_b.form_template_id%TYPE

145: --
146: -- {End of Comments}
147: -- -----------------------------------------------------------------------------
148: FUNCTION template_items_pst
149: (p_form_template_id IN hr_form_templates_b.form_template_id%TYPE
150: )
151: RETURN t_template_items_pst;
152: --
153: END hr_template_item_info;