DBA Data[Home] [Help]

APPS.BEN_XER_BUS dependencies on BEN_EXT_FLD

Line 888: from ben_ext_data_elmt a, ben_ext_fld b

884: from ben_ext_rcd
885: where ext_rcd_id = p_ext_rcd_id;
886:
887: cursor c2 is select data_elmt_typ_cd, alwd_in_rcd_cd
888: from ben_ext_data_elmt a, ben_ext_fld b
889: where a.ext_data_elmt_id = p_ext_data_elmt_id
890: and a.ext_fld_id = b.ext_fld_id;
891:
892: typ_cd ben_ext_rcd.rcd_type_cd%type;

Line 894: alwd_cd ben_ext_fld.alwd_in_rcd_cd%type;

890: and a.ext_fld_id = b.ext_fld_id;
891:
892: typ_cd ben_ext_rcd.rcd_type_cd%type;
893: data_typ_cd ben_ext_data_elmt.data_elmt_typ_cd%type;
894: alwd_cd ben_ext_fld.alwd_in_rcd_cd%type;
895: --
896: Begin
897: --
898: hr_utility.set_location('Entering:'||l_proc, 5);