DBA Data[Home] [Help]

APPS.BEN_PD_RATE_AND_CVG_MODULE dependencies on PER_COMPETENCES_VL

Line 7192: from per_competences_vl

7188: l_out_cty_result_id number(15);
7189: --
7190: cursor c_get_mapping_name16(p_COMPETENCE_ID number,p_date date) is
7191: select name
7192: from per_competences_vl
7193: where COMPETENCE_ID = p_COMPETENCE_ID
7194: and p_date
7195: between Date_from and nvl(Date_to, p_date);
7196: --