DBA Data[Home] [Help]

APPS.AR_CMGT_WF_ENGINE dependencies on AR_CMGT_DNB_MAPPINGS

Line 182: FROM ar_cmgt_dnb_mappings

178: FROM ar_cmgt_dnb_elements_vl
179: WHERE source_table_name <> 'HZ_FINANCIAL_NUMBERS' -- this table is accessed via hz_financial_reports
180: and data_element_id in (
181: SELECT data_element_id
182: FROM ar_cmgt_dnb_mappings
183: WHERE data_point_id = l_data_point_id);
184:
185:
186: BEGIN