DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on BEN_PL_BNF_F

Line 995: g_bnf_prmy_cont ben_pl_bnf_f.prmry_cntngnt_cd%TYPE;

991: g_bnf_marital_status per_all_people_f.marital_status%TYPE;
992: g_bnf_disabled_flag per_all_people_f.registered_disabled_flag%TYPE;
993: g_bnf_student_status per_all_people_f.student_status%TYPE;
994: g_bnf_date_of_death per_all_people_f.date_of_death%TYPE;
995: g_bnf_prmy_cont ben_pl_bnf_f.prmry_cntngnt_cd%TYPE;
996: g_bnf_pct_dsgd ben_pl_bnf_f.pct_dsgd_num%TYPE;
997: g_bnf_amt_dsgd ben_pl_bnf_f.amt_dsgd_val%TYPE;
998: g_bnf_amt_uom ben_pl_bnf_f.amt_dsgd_uom%TYPE;
999: g_bnf_rlshp per_contact_relationships.contact_type%TYPE;

Line 996: g_bnf_pct_dsgd ben_pl_bnf_f.pct_dsgd_num%TYPE;

992: g_bnf_disabled_flag per_all_people_f.registered_disabled_flag%TYPE;
993: g_bnf_student_status per_all_people_f.student_status%TYPE;
994: g_bnf_date_of_death per_all_people_f.date_of_death%TYPE;
995: g_bnf_prmy_cont ben_pl_bnf_f.prmry_cntngnt_cd%TYPE;
996: g_bnf_pct_dsgd ben_pl_bnf_f.pct_dsgd_num%TYPE;
997: g_bnf_amt_dsgd ben_pl_bnf_f.amt_dsgd_val%TYPE;
998: g_bnf_amt_uom ben_pl_bnf_f.amt_dsgd_uom%TYPE;
999: g_bnf_rlshp per_contact_relationships.contact_type%TYPE;
1000: g_bnf_contact_seq_num per_contact_relationships.sequence_number%TYPE;

Line 997: g_bnf_amt_dsgd ben_pl_bnf_f.amt_dsgd_val%TYPE;

993: g_bnf_student_status per_all_people_f.student_status%TYPE;
994: g_bnf_date_of_death per_all_people_f.date_of_death%TYPE;
995: g_bnf_prmy_cont ben_pl_bnf_f.prmry_cntngnt_cd%TYPE;
996: g_bnf_pct_dsgd ben_pl_bnf_f.pct_dsgd_num%TYPE;
997: g_bnf_amt_dsgd ben_pl_bnf_f.amt_dsgd_val%TYPE;
998: g_bnf_amt_uom ben_pl_bnf_f.amt_dsgd_uom%TYPE;
999: g_bnf_rlshp per_contact_relationships.contact_type%TYPE;
1000: g_bnf_contact_seq_num per_contact_relationships.sequence_number%TYPE;
1001: g_bnf_shared_resd_flag per_contact_relationships.rltd_per_rsds_w_dsgntr_flag%TYPE;

Line 998: g_bnf_amt_uom ben_pl_bnf_f.amt_dsgd_uom%TYPE;

994: g_bnf_date_of_death per_all_people_f.date_of_death%TYPE;
995: g_bnf_prmy_cont ben_pl_bnf_f.prmry_cntngnt_cd%TYPE;
996: g_bnf_pct_dsgd ben_pl_bnf_f.pct_dsgd_num%TYPE;
997: g_bnf_amt_dsgd ben_pl_bnf_f.amt_dsgd_val%TYPE;
998: g_bnf_amt_uom ben_pl_bnf_f.amt_dsgd_uom%TYPE;
999: g_bnf_rlshp per_contact_relationships.contact_type%TYPE;
1000: g_bnf_contact_seq_num per_contact_relationships.sequence_number%TYPE;
1001: g_bnf_shared_resd_flag per_contact_relationships.rltd_per_rsds_w_dsgntr_flag%TYPE;
1002: g_bnf_home_phone per_phones.phone_number%TYPE;

Line 1006: g_bnf_pl_bnf_id ben_pl_bnf_f.pl_bnf_id%TYPE;

1002: g_bnf_home_phone per_phones.phone_number%TYPE;
1003: g_bnf_fax per_phones.phone_number%TYPE;
1004: g_bnf_mobile per_phones.phone_number%TYPE;
1005: g_bnf_work_phone per_phones.phone_number%TYPE;
1006: g_bnf_pl_bnf_id ben_pl_bnf_f.pl_bnf_id%TYPE;
1007: --
1008: --
1009: -- Action Items
1010: --