DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_UTILITIES dependencies on PER_RI_CONFIG_LEGAL_ENTITY_V

Line 1221: from per_ri_config_legal_entity_v

1217:
1218: cursor csr_le_bg_name(cp_configuration_code in varchar2
1219: ,cp_legal_entity_name in varchar2) IS
1220: select legal_entity_country
1221: from per_ri_config_legal_entity_v
1222: where configuration_code = cp_configuration_code
1223: and legal_entity_name = cp_legal_entity_name;
1224:
1225: l_le_business_group_name per_ri_config_information.config_information1%type;