DBA Data[Home] [Help]

APPS.AR_CMGT_WF_ENGINE dependencies on AR_CMGT_DNB_MAPPINGS

Line 203: FROM ar_cmgt_dnb_mappings

199: FROM ar_cmgt_dnb_elements_vl
200: WHERE source_table_name <> 'HZ_FINANCIAL_NUMBERS' -- this table is accessed via hz_financial_reports
201: and data_element_id in (
202: SELECT data_element_id
203: FROM ar_cmgt_dnb_mappings
204: WHERE data_point_id = l_data_point_id);
205:
206:
207: BEGIN