DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on BEN_ACTN_TYP

Line 1011: g_actn_type_id ben_actn_typ.actn_typ_id%TYPE;

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

Line 1012: g_actn_name ben_actn_typ.name%TYPE;

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

Line 1013: g_actn_description ben_actn_typ.description%TYPE;

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

Line 1014: g_actn_type ben_actn_typ.type_cd%TYPE;

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