DBA Data[Home] [Help]

APPS.HRI_BPL_ABV dependencies on PER_ASSIGNMENT_BUDGET_VALUES_F

Line 184: FROM per_assignment_budget_values_f abv

180: -- budget_measurement type (if it exists)
181: --
182: CURSOR applicant_csr IS
183: SELECT abv.value
184: FROM per_assignment_budget_values_f abv
185: WHERE abv.assignment_id = p_assignment_id
186: AND abv.unit = p_budget_type
187: AND p_effective_date BETWEEN abv.effective_start_date
188: AND abv.effective_end_date;