DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on BEN_ACTN_TYP

Line 1014: g_actn_type_id ben_actn_typ.actn_typ_id%TYPE;

1010: --
1011: --
1012: -- Action Items
1013: --
1014: g_actn_type_id ben_actn_typ.actn_typ_id%TYPE;
1015: g_actn_name ben_actn_typ.name%TYPE;
1016: g_actn_description ben_actn_typ.description%TYPE;
1017: g_actn_type ben_actn_typ.type_cd%TYPE;
1018: g_actn_due_date ben_prtt_enrt_actn_f.due_dt%TYPE;

Line 1015: g_actn_name ben_actn_typ.name%TYPE;

1011: --
1012: -- Action Items
1013: --
1014: g_actn_type_id ben_actn_typ.actn_typ_id%TYPE;
1015: g_actn_name ben_actn_typ.name%TYPE;
1016: g_actn_description ben_actn_typ.description%TYPE;
1017: g_actn_type ben_actn_typ.type_cd%TYPE;
1018: g_actn_due_date ben_prtt_enrt_actn_f.due_dt%TYPE;
1019: g_actn_required_flag ben_prtt_enrt_actn_f.rqd_flag%TYPE;

Line 1016: g_actn_description ben_actn_typ.description%TYPE;

1012: -- Action Items
1013: --
1014: g_actn_type_id ben_actn_typ.actn_typ_id%TYPE;
1015: g_actn_name ben_actn_typ.name%TYPE;
1016: g_actn_description ben_actn_typ.description%TYPE;
1017: g_actn_type ben_actn_typ.type_cd%TYPE;
1018: g_actn_due_date ben_prtt_enrt_actn_f.due_dt%TYPE;
1019: g_actn_required_flag ben_prtt_enrt_actn_f.rqd_flag%TYPE;
1020: g_actn_cmpltd_date ben_prtt_enrt_actn_f.cmpltd_dt%TYPE;

Line 1017: g_actn_type ben_actn_typ.type_cd%TYPE;

1013: --
1014: g_actn_type_id ben_actn_typ.actn_typ_id%TYPE;
1015: g_actn_name ben_actn_typ.name%TYPE;
1016: g_actn_description ben_actn_typ.description%TYPE;
1017: g_actn_type ben_actn_typ.type_cd%TYPE;
1018: g_actn_due_date ben_prtt_enrt_actn_f.due_dt%TYPE;
1019: g_actn_required_flag ben_prtt_enrt_actn_f.rqd_flag%TYPE;
1020: g_actn_cmpltd_date ben_prtt_enrt_actn_f.cmpltd_dt%TYPE;
1021: g_actn_prtt_enrt_actn_id ben_prtt_enrt_actn_f.prtt_enrt_actn_id%TYPE;