DBA Data[Home] [Help]

APPS.HR_TEMPLATE_ITEM_CONTEXT_INFO dependencies on HR_FORM_TEMPLATES_B

Line 149: (p_form_template_id IN hr_form_templates_b.form_template_id%TYPE

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

Line 182: (p_form_template_id IN hr_form_templates_b.form_template_id%TYPE

178: --
179: -- {End of Comments}
180: -- -----------------------------------------------------------------------------
181: FUNCTION template_item_contexts_pst
182: (p_form_template_id IN hr_form_templates_b.form_template_id%TYPE
183: )
184: RETURN t_template_item_contexts_pst;
185: --
186: END hr_template_item_context_info;