DBA Data[Home] [Help]

APPS.BEN_PLN_CACHE dependencies on BEN_PL_F

Line 6: type g_nipplnpln_cache is table of ben_pl_f%rowtype

2: /* $Header: benplnch.pkh 115.7 2003/01/01 00:00:22 mmudigon ship $ */
3: --
4: -- Get plan details for plans which are not in programs
5: --
6: type g_nipplnpln_cache is table of ben_pl_f%rowtype
7: index by binary_integer;
8: --
9: type g_bgppln_rec is record
10: (pl_id ben_pl_f.pl_id%type

Line 10: (pl_id ben_pl_f.pl_id%type

6: type g_nipplnpln_cache is table of ben_pl_f%rowtype
7: index by binary_integer;
8: --
9: type g_bgppln_rec is record
10: (pl_id ben_pl_f.pl_id%type
11: ,pl_typ_id ben_pl_f.pl_typ_id%type
12: ,ptp_opt_typ_cd ben_pl_typ_f.opt_typ_cd%type
13: ,drvbl_fctr_prtn_elig_flag ben_pl_f.drvbl_fctr_prtn_elig_flag%type
14: ,drvbl_fctr_apls_rts_flag ben_pl_f.drvbl_fctr_apls_rts_flag%type

Line 11: ,pl_typ_id ben_pl_f.pl_typ_id%type

7: index by binary_integer;
8: --
9: type g_bgppln_rec is record
10: (pl_id ben_pl_f.pl_id%type
11: ,pl_typ_id ben_pl_f.pl_typ_id%type
12: ,ptp_opt_typ_cd ben_pl_typ_f.opt_typ_cd%type
13: ,drvbl_fctr_prtn_elig_flag ben_pl_f.drvbl_fctr_prtn_elig_flag%type
14: ,drvbl_fctr_apls_rts_flag ben_pl_f.drvbl_fctr_apls_rts_flag%type
15: ,trk_inelig_per_flag ben_pl_f.trk_inelig_per_flag%type

Line 13: ,drvbl_fctr_prtn_elig_flag ben_pl_f.drvbl_fctr_prtn_elig_flag%type

9: type g_bgppln_rec is record
10: (pl_id ben_pl_f.pl_id%type
11: ,pl_typ_id ben_pl_f.pl_typ_id%type
12: ,ptp_opt_typ_cd ben_pl_typ_f.opt_typ_cd%type
13: ,drvbl_fctr_prtn_elig_flag ben_pl_f.drvbl_fctr_prtn_elig_flag%type
14: ,drvbl_fctr_apls_rts_flag ben_pl_f.drvbl_fctr_apls_rts_flag%type
15: ,trk_inelig_per_flag ben_pl_f.trk_inelig_per_flag%type
16: );
17: --

Line 14: ,drvbl_fctr_apls_rts_flag ben_pl_f.drvbl_fctr_apls_rts_flag%type

10: (pl_id ben_pl_f.pl_id%type
11: ,pl_typ_id ben_pl_f.pl_typ_id%type
12: ,ptp_opt_typ_cd ben_pl_typ_f.opt_typ_cd%type
13: ,drvbl_fctr_prtn_elig_flag ben_pl_f.drvbl_fctr_prtn_elig_flag%type
14: ,drvbl_fctr_apls_rts_flag ben_pl_f.drvbl_fctr_apls_rts_flag%type
15: ,trk_inelig_per_flag ben_pl_f.trk_inelig_per_flag%type
16: );
17: --
18: type g_bgppln_cache is table of g_bgppln_rec

Line 15: ,trk_inelig_per_flag ben_pl_f.trk_inelig_per_flag%type

11: ,pl_typ_id ben_pl_f.pl_typ_id%type
12: ,ptp_opt_typ_cd ben_pl_typ_f.opt_typ_cd%type
13: ,drvbl_fctr_prtn_elig_flag ben_pl_f.drvbl_fctr_prtn_elig_flag%type
14: ,drvbl_fctr_apls_rts_flag ben_pl_f.drvbl_fctr_apls_rts_flag%type
15: ,trk_inelig_per_flag ben_pl_f.trk_inelig_per_flag%type
16: );
17: --
18: type g_bgppln_cache is table of g_bgppln_rec
19: index by binary_integer;

Line 27: type g_bgpcpp_cache is table of ben_pl_f%rowtype

23: ,pl_id number
24: ,pl_typ_id number
25: );
26: --
27: type g_bgpcpp_cache is table of ben_pl_f%rowtype
28: index by binary_integer;
29: --
30: g_eedcpp_parlookup ben_cache.g_cache_lookup_table;
31: g_eedcpp_lookup ben_cache.g_cache_lookup_table;