DBA Data[Home] [Help]

APPS.BEN_PERSON_RECORD dependencies on BEN_PL_F

Line 6: ,plan_name ben_pl_f.name%type

2: /* $Header: benperrec.pkh 120.0.12010000.4 2009/04/10 12:56:22 pvelvano noship $ */
3:
4: TYPE g_beneficiary_rec_type IS RECORD
5: (plan_type_name ben_pl_typ_f.name%type
6: ,plan_name ben_pl_f.name%type
7: ,option_name ben_opt_f.name%type
8: ,beneficiary VARCHAR2(400)
9: ,ben_ssn per_all_people_f.national_identifier%type
10: ,ben_relation VARCHAR2(400)

Line 28: ,plan ben_pl_f.name%type

24:
25: TYPE g_benefits_rec_type IS RECORD
26: (
27: type_of_benefit ben_pl_typ_f.name%type
28: ,plan ben_pl_f.name%type
29: ,coverage_or_participation ben_opt_f.name%type
30: );
31:
32: TYPE g_beneficiary_tab_type IS TABLE OF g_beneficiary_rec_type INDEX BY BINARY_INTEGER;