DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_COPY_ENTITY_TXNS_VW

Line 182: from ben_copy_entity_txns_vw

178: procedure set_mapping(p_copy_entity_txn_id number) is
179: --
180: cursor c_cet is
181: select null
182: from ben_copy_entity_txns_vw
183: where copy_entity_txn_id = p_copy_entity_txn_id
184: and target_typ_cd in ('BEN_PDSMBG');
185: --
186: l_dummy varchar2(30);