DBA Data[Home] [Help]

APPS.BEN_EXTRACT_SEED dependencies on BEN_LER_F

Line 388: from ben_ler_f

384: and effective_end_date
385: and formula_id = p_val;
386:
387: cursor c9 is select name
388: from ben_ler_f
389: where nvl(business_group_id,nvl(p_business_group_id,-1))
390: = nvl(p_business_group_id,-1)
391: and trunc(sysdate) between effective_start_date
392: and effective_end_date

Line 1151: from ben_ler_f

1147: trunc(sysdate) between effective_start_date
1148: and effective_end_date
1149: and formula_name = p_meaning;
1150: cursor c9 is select ler_id
1151: from ben_ler_f
1152: where nvl(business_group_id,nvl(p_business_group_id,-1))
1153: = nvl(p_business_group_id,-1)
1154: and trunc(sysdate) between effective_start_date
1155: and effective_end_date