DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_PROCESS dependencies on AP_AUD_RULE_SETS

Line 161: AP_AUD_RULE_SETS rs,

157: rs.RECPT_ASSIGN_STAGE_CODE,
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

Line 1248: AP_AUD_RULE_SETS rs,

1244: aerh.default_currency_code,
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