DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_PROCESS dependencies on AP_AUD_RULE_ASSIGNMENTS_ALL

Line 154: AP_AUD_RULE_ASSIGNMENTS_ALL rsa

150: rs.audit_all_inactive_code,
151: rs.audit_all_unused_advances
152: from AP_EXPENSE_REPORT_HEADERS_ALL aerh,
153: AP_AUD_RULE_SETS rs,
154: AP_AUD_RULE_ASSIGNMENTS_ALL rsa
155: where aerh.report_header_id = p_report_header_id
156: and aerh.org_id = rsa.org_id
157: and rsa.rule_set_id = rs.rule_set_id
158: and rs.rule_set_type = 'RULE'

Line 1145: AP_AUD_RULE_ASSIGNMENTS_ALL rsa

1141: rs.end_date,
1142: rs.rule_set_id
1143: from AP_EXPENSE_REPORT_HEADERS_ALL aerh,
1144: AP_AUD_RULE_SETS rs,
1145: AP_AUD_RULE_ASSIGNMENTS_ALL rsa
1146: where aerh.report_header_id = p_report_header_id
1147: and aerh.org_id = rsa.org_id
1148: and rsa.rule_set_id = rs.rule_set_id
1149: and rs.rule_set_type = 'AUDIT_LIST'