DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_ONE dependencies on BEN_COPY_ENTITY_TXNS_VW

Line 17031: from ben_copy_entity_txns_vw

17027: ) is
17028: -- REUSE
17029: cursor c_source_business_group is
17030: select information30, context_business_group_id
17031: from ben_copy_entity_txns_vw
17032: where copy_entity_txn_id = p_copy_entity_txn_id;
17033: --
17034: l_prefix_suffix_text varchar2(300) := p_prefix_suffix_text;
17035: l_source_business_group per_business_groups.name%type;