DBA Data[Home] [Help]

APPS.PQH_RBC_STAGE dependencies on BEN_PL_F

Line 1451: cursor c1 is select * from ben_pl_f

1447: l_rcr_cer_id number;
1448:
1449: l_rate_count number;
1450:
1451: cursor c1 is select * from ben_pl_f
1452: where pl_id = p_rate_matrix_id
1453: and p_effective_date between effective_start_date and effective_end_date;
1454: begin
1455: for pl_row in c1 loop