DBA Data[Home] [Help]

APPS.OE_BIS_CUST_SAT_SUMMARY dependencies on BIS_FLEX_MAPPINGS_V

Line 248: from bis_flex_mappings_v

244:
245: begin
246: select 'hl.' || application_column_name
247: into app_col_name
248: from bis_flex_mappings_v
249: where flex_field_type = 'D' and
250: flex_field_name = 'Additional Location Details' and
251: level_id = 127;
252: exception