DBA Data[Home] [Help]

APPS.BEN_TYPE dependencies on BEN_PRTT_PREM_BY_MO_F

Line 45: val ben_prtt_prem_by_mo_f.val%type,

41: related_person_id per_people_f.person_id%type,
42: oipl_id ben_oipl_f.oipl_id%type,
43: pl_typ_id ben_pl_typ_f.pl_typ_id%type,
44: actl_prem_id ben_actl_prem_f.actl_prem_id%type,
45: val ben_prtt_prem_by_mo_f.val%type,
46: mo_num ben_prtt_prem_by_mo_f.mo_num%type,
47: yr_num ben_prtt_prem_by_mo_f.yr_num%type,
48: text varchar2(2000),
49: object_version_number number);

Line 46: mo_num ben_prtt_prem_by_mo_f.mo_num%type,

42: oipl_id ben_oipl_f.oipl_id%type,
43: pl_typ_id ben_pl_typ_f.pl_typ_id%type,
44: actl_prem_id ben_actl_prem_f.actl_prem_id%type,
45: val ben_prtt_prem_by_mo_f.val%type,
46: mo_num ben_prtt_prem_by_mo_f.mo_num%type,
47: yr_num ben_prtt_prem_by_mo_f.yr_num%type,
48: text varchar2(2000),
49: object_version_number number);
50: --

Line 47: yr_num ben_prtt_prem_by_mo_f.yr_num%type,

43: pl_typ_id ben_pl_typ_f.pl_typ_id%type,
44: actl_prem_id ben_actl_prem_f.actl_prem_id%type,
45: val ben_prtt_prem_by_mo_f.val%type,
46: mo_num ben_prtt_prem_by_mo_f.mo_num%type,
47: yr_num ben_prtt_prem_by_mo_f.yr_num%type,
48: text varchar2(2000),
49: object_version_number number);
50: --
51: type g_report_table is varray(10000000) of g_report_rec;