DBA Data[Home] [Help]

APPS.PA_PAY_UTIL dependencies on PQH_RBC_RATE_RETRIEVAL

Line 175: subtype l_rate_factors_type is pqh_rbc_rate_retrieval.g_rbc_factor_tbl;

171: l_rbc_rate number;
172:
173: l_ei_id number;
174:
175: subtype l_rate_factors_type is pqh_rbc_rate_retrieval.g_rbc_factor_tbl;
176: l_rbc_factors l_rate_factors_type;
177: begin
178:
179: if p_ei_id is null then

Line 190: pqh_rbc_rate_retrieval.determine_rbc_rate(

186: select business_group_id
187: into l_business_group_id
188: from pa_implementations;
189:
190: pqh_rbc_rate_retrieval.determine_rbc_rate(
191: p_element_type_id => p_rbc_elem_type_id,
192: p_crit_rt_defn_id => NULL,
193: p_person_id => p_person_id,
194: p_assignment_id => p_assignment_id,