DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_ONE dependencies on PER_BUSINESS_GROUPS

Line 17035: l_source_business_group per_business_groups.name%type;

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;
17036: l_source_business_group_id number (15);
17037:
17038: --TCS PDW Integration Enhancement
17039: l_txn_row_type_cd varchar2(15);