DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_COPY_ENTITY_TXNS_VW

Line 33126: FROM ben_copy_entity_txns_vw

33122: --
33123: CURSOR c_source_business_group
33124: IS
33125: SELECT context_business_group_id
33126: FROM ben_copy_entity_txns_vw
33127: WHERE copy_entity_txn_id = p_copy_entity_txn_id;
33128: --
33129: l_source_business_group_id number(15);
33130: --