DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_FORM dependencies on AP_EXPENSE_REPORT_LINES_ALL

Line 117: from ap_expense_report_lines_all aerp

113: * This can be done since ecen though report_header_id is not
114: * a unique key, there can be only one report header id across orgs. */
115: select count(*)
116: into l_count
117: from ap_expense_report_lines_all aerp
118: where report_header_id = p_report_header_id
119: and (itemization_parent_id is null or itemization_parent_id <> -1)
120: and exists (select 1 from ap_pol_violations_all apv
121: where apv.report_header_id = p_report_header_id