DBA Data[Home] [Help]

APPS.BEN_EXT_WRITE dependencies on BEN_EXT_DFN

Line 4171: l_spcl_hndl_flag ben_ext_dfn.spcl_hndl_flag%type ;

4167: l_just_cd ben_ext_data_elmt.just_cd%type ;
4168: l_output_type varchar2(30) ;
4169: l_xdo_template_id number ;
4170: l_cm_display_flag varchar2(30) ;
4171: l_spcl_hndl_flag ben_ext_dfn.spcl_hndl_flag%type ;
4172: l_delimiter ben_ext_data_elmt_in_rcd.DLMTR_VAL%type ;
4173: --
4174: cursor c_xrs is
4175: select xrs.output_name,

Line 4184: ben_ext_dfn xdf

4180: nvl(xrs.output_type, xdf.output_type ) output_type ,
4181: xdf.cm_display_flag ,
4182: nvl(xrs.xdo_template_id, xdf.xdo_template_id) xdo_template_id
4183: from ben_ext_rslt xrs,
4184: ben_ext_dfn xdf
4185: where xrs.ext_rslt_id = p_ext_rslt_id
4186: and xdf.ext_dfn_id = xrs.ext_dfn_id;
4187: --
4188: cursor c_xrd is

Line 4494: ben_ext_dfn xdf,

4490: xrd.val_300,
4491: xrf.seq_num
4492: from ben_ext_rslt_dtl xrd,
4493: ben_ext_rslt xrs,
4494: ben_ext_dfn xdf,
4495: ben_ext_rcd_in_file xrf
4496: where xrd.ext_rslt_id = p_ext_rslt_id
4497: and xrd.ext_rslt_id = xrs.ext_rslt_id
4498: and xrs.ext_dfn_id = xdf.ext_dfn_id