DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_PROCESS dependencies on AP_AUD_RULE_SETS

Line 153: AP_AUD_RULE_SETS rs,

149: rs.audit_all_justification_code,
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

Line 1144: AP_AUD_RULE_SETS rs,

1140: rs.start_date,
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