DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_PROCESS dependencies on AP_AUD_RULE_ASSIGNMENTS_ALL

Line 162: AP_AUD_RULE_ASSIGNMENTS_ALL rsa

158: rs.IMAGE_AUDIT_TAG,
159: rs.audit_all
160: from AP_EXPENSE_REPORT_HEADERS_ALL aerh,
161: AP_AUD_RULE_SETS rs,
162: AP_AUD_RULE_ASSIGNMENTS_ALL rsa
163: where aerh.report_header_id = p_report_header_id
164: and aerh.org_id = rsa.org_id
165: and rsa.rule_set_id = rs.rule_set_id
166: and rs.rule_set_type = 'RULE'

Line 1249: AP_AUD_RULE_ASSIGNMENTS_ALL rsa

1245: aerh.default_exchange_rate_type,
1246: aerh.week_end_date
1247: from AP_EXPENSE_REPORT_HEADERS_ALL aerh,
1248: AP_AUD_RULE_SETS rs,
1249: AP_AUD_RULE_ASSIGNMENTS_ALL rsa
1250: where aerh.report_header_id = p_report_header_id
1251: and aerh.org_id = rsa.org_id
1252: and rsa.rule_set_id = rs.rule_set_id
1253: and rs.rule_set_type = 'AUDIT_LIST'