DBA Data[Home] [Help]

APPS.BEN_ACTY_BASE_RATE_API dependencies on BEN_PRTT_RT_VAL

Line 1408: from ben_prtt_rt_val

1404: and pil.per_in_ler_stat_cd not in ('VOIDD','BCKDT');
1405:
1406: cursor c_chk_prv is
1407: select 'x'
1408: from ben_prtt_rt_val
1409: where acty_base_rt_id = p_acty_base_rt_id
1410: and prtt_rt_val_stat_cd is null;
1411:
1412: begin