DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_COPY_PROCESS dependencies on FF_FORMULA_TYPES

Line 95: ff_formula_types ff_typ

91: cpe.information2 effective_start_date,
92: cpe.information3 effective_end_date
93: from ben_copy_entity_results cpe,
94: pqh_copy_entity_txns cet,
95: ff_formula_types ff_typ
96: where cet.copy_entity_txn_id = p_copy_entity_txn_id
97: and cet.copy_entity_txn_id = cpe.copy_entity_txn_id
98: and ff_typ.formula_type_id = cpe.information160
99: and cet.status = 'COMPLETE'