DBA Data[Home] [Help]

APPS.HR_TEMPLATE_ITEM_CONTEXTS_PKG dependencies on HR_TEMPLATE_ITEMS_B

Line 50: PER_RIC_PKG.ref_info_rec('HR_TEMPLATE_ITEMS_B', PER_RIC_PKG.column_info_tbl(

46: BEGIN
47: PER_RIC_PKG.chk_integrity (
48: p_entity_name => 'HR_TEMPLATE_ITEM_CONTEXTS_B',
49: p_ref_entity_info => PER_RIC_PKG.ref_entity_tbl(
50: PER_RIC_PKG.ref_info_rec('HR_TEMPLATE_ITEMS_B', PER_RIC_PKG.column_info_tbl(
51: PER_RIC_PKG.col_info_rec('TEMPLATE_ITEM_ID',NULL,X_TEMPLATE_ITEM_ID,NULL))),
52: PER_RIC_PKG.ref_info_rec('HR_ITEM_CONTEXTS', PER_RIC_PKG.column_info_tbl(
53: PER_RIC_PKG.col_info_rec('ITEM_CONTEXT_ID',NULL,X_ITEM_CONTEXT_ID,NULL)))
54: ),

Line 274: ,hr_template_items_b hti

270:
271: select hti.template_item_id
272: into x_template_item_id
273: from hr_form_templates_b hft
274: ,hr_template_items_b hti
275: where hti.form_item_id = x_form_item_id
276: and hti.form_template_id = hft.form_template_id
277: and hft.form_id = x_form_id
278: and hft.application_id = x_application_id