DBA Data[Home] [Help]

APPS.BEN_EXT_PERSON dependencies on BEN_PL_BNF_F

Line 998: g_bnf_prmy_cont ben_pl_bnf_f.prmry_cntngnt_cd%TYPE;

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

Line 999: g_bnf_pct_dsgd ben_pl_bnf_f.pct_dsgd_num%TYPE;

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

Line 1000: g_bnf_amt_dsgd ben_pl_bnf_f.amt_dsgd_val%TYPE;

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

Line 1001: g_bnf_amt_uom ben_pl_bnf_f.amt_dsgd_uom%TYPE;

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

Line 1009: g_bnf_pl_bnf_id ben_pl_bnf_f.pl_bnf_id%TYPE;

1005: g_bnf_home_phone per_phones.phone_number%TYPE;
1006: g_bnf_fax per_phones.phone_number%TYPE;
1007: g_bnf_mobile per_phones.phone_number%TYPE;
1008: g_bnf_work_phone per_phones.phone_number%TYPE;
1009: g_bnf_pl_bnf_id ben_pl_bnf_f.pl_bnf_id%TYPE;
1010: --
1011: --
1012: -- Action Items
1013: --