DBA Data[Home] [Help]

APPS.BEN_COP_CACHE dependencies on BEN_OIPL_F

Line 7: (oipl_id ben_oipl_f.oipl_id%type

3: --
4: -- Get oipl details for plans which are not in programs
5: --
6: type g_bgpcop_rec is record
7: (oipl_id ben_oipl_f.oipl_id%type
8: ,opt_id ben_oipl_f.opt_id%type
9: ,drvbl_fctr_prtn_elig_flag ben_oipl_f.drvbl_fctr_prtn_elig_flag%type
10: ,drvbl_fctr_apls_rts_flag ben_oipl_f.drvbl_fctr_apls_rts_flag%type
11: ,trk_inelig_per_flag ben_oipl_f.trk_inelig_per_flag%type

Line 8: ,opt_id ben_oipl_f.opt_id%type

4: -- Get oipl details for plans which are not in programs
5: --
6: type g_bgpcop_rec is record
7: (oipl_id ben_oipl_f.oipl_id%type
8: ,opt_id ben_oipl_f.opt_id%type
9: ,drvbl_fctr_prtn_elig_flag ben_oipl_f.drvbl_fctr_prtn_elig_flag%type
10: ,drvbl_fctr_apls_rts_flag ben_oipl_f.drvbl_fctr_apls_rts_flag%type
11: ,trk_inelig_per_flag ben_oipl_f.trk_inelig_per_flag%type
12: );

Line 9: ,drvbl_fctr_prtn_elig_flag ben_oipl_f.drvbl_fctr_prtn_elig_flag%type

5: --
6: type g_bgpcop_rec is record
7: (oipl_id ben_oipl_f.oipl_id%type
8: ,opt_id ben_oipl_f.opt_id%type
9: ,drvbl_fctr_prtn_elig_flag ben_oipl_f.drvbl_fctr_prtn_elig_flag%type
10: ,drvbl_fctr_apls_rts_flag ben_oipl_f.drvbl_fctr_apls_rts_flag%type
11: ,trk_inelig_per_flag ben_oipl_f.trk_inelig_per_flag%type
12: );
13: --

Line 10: ,drvbl_fctr_apls_rts_flag ben_oipl_f.drvbl_fctr_apls_rts_flag%type

6: type g_bgpcop_rec is record
7: (oipl_id ben_oipl_f.oipl_id%type
8: ,opt_id ben_oipl_f.opt_id%type
9: ,drvbl_fctr_prtn_elig_flag ben_oipl_f.drvbl_fctr_prtn_elig_flag%type
10: ,drvbl_fctr_apls_rts_flag ben_oipl_f.drvbl_fctr_apls_rts_flag%type
11: ,trk_inelig_per_flag ben_oipl_f.trk_inelig_per_flag%type
12: );
13: --
14: type g_bgpcop_cache is table of g_bgpcop_rec

Line 11: ,trk_inelig_per_flag ben_oipl_f.trk_inelig_per_flag%type

7: (oipl_id ben_oipl_f.oipl_id%type
8: ,opt_id ben_oipl_f.opt_id%type
9: ,drvbl_fctr_prtn_elig_flag ben_oipl_f.drvbl_fctr_prtn_elig_flag%type
10: ,drvbl_fctr_apls_rts_flag ben_oipl_f.drvbl_fctr_apls_rts_flag%type
11: ,trk_inelig_per_flag ben_oipl_f.trk_inelig_per_flag%type
12: );
13: --
14: type g_bgpcop_cache is table of g_bgpcop_rec
15: index by binary_integer;