DBA Data[Home] [Help]

APPS.BEN_EXT_ADV_CONDITIONS dependencies on BEN_EXT_RCD

Line 167: ben_ext_rcd xrc,

163: fld.frmt_mask_typ_cd,
164: xer.ext_rcd_id
165: from ben_ext_where_clause xwc,
166: ben_ext_data_elmt_in_rcd xer,
167: ben_ext_rcd xrc,
168: ben_ext_data_elmt xel,
169: ben_ext_fld fld
170: where xwc.ext_rcd_in_file_id = p_ext_rcd_in_file_id
171: and xwc.cond_ext_data_elmt_in_rcd_id = xer.ext_data_elmt_in_rcd_id

Line 198: l_rcd_name ben_ext_rcd.name%type ;

194: l_cnt number;
195: l_cond_cnt number;
196: l_value_without_quotes varchar2(500);
197: l_dynamic_condition varchar2(9999);
198: l_rcd_name ben_ext_rcd.name%type ;
199: l_cond_seq number ;
200: --
201: l_ext_adv_conditions t_ext_adv_conditions ;
202: l_ext_adv_data t_ext_adv_conditions ;