DBA Data[Home] [Help]

APPS.BEN_PEN_BUS dependencies on BEN_CACHE

Line 1522: l_dup_ptip_id_list ben_cache.IdType;

1518: ,p_include_erl in varchar2
1519: )
1520: is
1521: --
1522: l_dup_ptip_id_list ben_cache.IdType;
1523: l_dup_pl_typ_id_list ben_cache.IdType;
1524: l_dup_pl_id_list ben_cache.IdType;
1525: --
1526: l_plnrow ben_cobj_cache.g_pl_inst_row;

Line 1523: l_dup_pl_typ_id_list ben_cache.IdType;

1519: )
1520: is
1521: --
1522: l_dup_ptip_id_list ben_cache.IdType;
1523: l_dup_pl_typ_id_list ben_cache.IdType;
1524: l_dup_pl_id_list ben_cache.IdType;
1525: --
1526: l_plnrow ben_cobj_cache.g_pl_inst_row;
1527: l_oiplrow ben_cobj_cache.g_oipl_inst_row;

Line 1524: l_dup_pl_id_list ben_cache.IdType;

1520: is
1521: --
1522: l_dup_ptip_id_list ben_cache.IdType;
1523: l_dup_pl_typ_id_list ben_cache.IdType;
1524: l_dup_pl_id_list ben_cache.IdType;
1525: --
1526: l_plnrow ben_cobj_cache.g_pl_inst_row;
1527: l_oiplrow ben_cobj_cache.g_oipl_inst_row;
1528: --

Line 1872: and not ben_cache.check_list_duplicate

1868: --
1869: l_interim_calc := FALSE;
1870: --
1871: if g_enrt_tbl(i).ptip_id is not null
1872: and not ben_cache.check_list_duplicate
1873: (p_list => l_dup_ptip_id_list
1874: ,p_id => g_enrt_tbl(i).ptip_id
1875: )
1876: then

Line 1952: if (not ben_cache.check_list_duplicate

1948: -- Get all unique plan types not in program.
1949: --
1950: l_step := 50;
1951: --
1952: if (not ben_cache.check_list_duplicate
1953: (p_list => l_dup_pl_typ_id_list
1954: ,p_id => g_enrt_tbl(i).pl_typ_id
1955: )
1956: and g_enrt_tbl(i).pl_typ_id is not NULL

Line 1981: if not ben_cache.check_list_duplicate

1977: --
1978: -- Get the unique plan information and cache it.
1979: -- If rules exist execute them and cache the results.
1980: --
1981: if not ben_cache.check_list_duplicate
1982: (p_list => l_dup_pl_id_list
1983: ,p_id => g_enrt_tbl(i).pl_id
1984: )
1985: then