DBA Data[Home] [Help]

APPS.BEN_CWB_INTEGRATOR_COPY dependencies on BNE_INTERFACE_COLS_VL

Line 141: from bne_interface_cols_vl v, fnd_application a

137: substr(bne_lct_tools_pkg.app_id_to_asn(v.val_query_app_id),1,30) val_query_asn,
138: v.val_query_code,
139: substr(bne_lct_tools_pkg.app_id_to_asn(v.expanded_sql_query_app_id),1,30) expanded_sql_query_asn,
140: v.expanded_sql_query_code
141: from bne_interface_cols_vl v, fnd_application a
142: where v.application_id = a.application_id
143: and v.interface_code = v_interface_code
144: and a.application_short_name = 'PER'
145: order by a.application_short_name, v.interface_code, v.sequence_num;