DBA Data[Home] [Help]

APPS.HR_TCP_PKG dependencies on HR_TEMPLATE_ITEM_CONTEXTS_B

Line 306: from hr_template_item_contexts_b ticb

302: and fifs.id_flex_code = x_id_flex_code;
303:
304: select template_item_context_id
305: into x_template_item_context_id
306: from hr_template_item_contexts_b ticb
307: where ticb.template_item_id = x_template_item_id
308: and ticb.context_type = x_context_type
309: and ticb.item_context_id = x_item_context_id;
310: