DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on AP_WEB_DB_VIOLATIONS_PKG

Line 4444: AP_WEB_DB_VIOLATIONS_PKG.SetVioPolicyShortpaidReportID(

4440: --------------------------------------------------------------------
4441: l_debug_info := 'Update the report header id in the violations table
4442: with the new expense report id';
4443: --------------------------------------------------------------------
4444: AP_WEB_DB_VIOLATIONS_PKG.SetVioPolicyShortpaidReportID(
4445: p_orig_expense_report_id => p_orig_expense_report_id,
4446: p_new_report_header_id => p_new_expense_report_id);
4447: ELSE
4448:

Line 4487: AP_WEB_DB_VIOLATIONS_PKG.SetVioReceiptShortpaidReportID(

4483: --------------------------------------------------------------------
4484: l_debug_info := 'Update the report header id in the violations table
4485: with the new expense report id';
4486: --------------------------------------------------------------------
4487: AP_WEB_DB_VIOLATIONS_PKG.SetVioReceiptShortpaidReportID(
4488: p_orig_expense_report_id => p_orig_expense_report_id,
4489: p_new_report_header_id => p_new_expense_report_id);
4490:
4491:

Line 5685: AP_WEB_DB_VIOLATIONS_PKG.deleteViolationEntry(l_report_header_id);

5681: 'EXPENSE_REPORT_ID');
5682:
5683: DeleteExpReportFromAPTables(l_report_header_id);
5684:
5685: AP_WEB_DB_VIOLATIONS_PKG.deleteViolationEntry(l_report_header_id);
5686:
5687: ELSIF (p_funmode = 'CANCEL') THEN
5688: p_result := 'COMPLETE';
5689: END IF;

Line 11104: --AP_WEB_DB_VIOLATIONS_PKG.deleteViolationEntry(l_report_header_id);

11100: 'NonValidatedWebExpense')) THEN
11101: NULL;
11102: END IF;*/
11103:
11104: --AP_WEB_DB_VIOLATIONS_PKG.deleteViolationEntry(l_report_header_id);
11105: AP_WEB_AUDIT_QUEUE_UTILS.remove_from_queue(l_report_header_id);
11106:
11107: ----------------------------------------------------------
11108: l_debug_info := 'Clearing out lines in AP_AUD_AUDIT_REASONS';

Line 11535: AP_WEB_DB_VIOLATIONS_PKG.deleteDupViolationEntry(l_report_header_id);

11531: END IF;
11532: ELSIF (l_expense_status_code = 'REJECTED') THEN
11533:
11534: --Delete the duplicate detection violations
11535: AP_WEB_DB_VIOLATIONS_PKG.deleteDupViolationEntry(l_report_header_id);
11536:
11537: END IF;
11538:
11539: --Bug 4425821: Uptake AME parallel approvers

Line 11798: --AP_WEB_DB_VIOLATIONS_PKG.deleteViolationEntry(p_rep_header_id);

11794:
11795: AP_WEB_DB_EXPLINE_PKG.resetApplyAdvances(p_rep_header_id);
11796: END IF;
11797:
11798: --AP_WEB_DB_VIOLATIONS_PKG.deleteViolationEntry(p_rep_header_id);
11799: --Delete the duplicate detection violations
11800: AP_WEB_DB_VIOLATIONS_PKG.deleteDupViolationEntry(p_rep_header_id);
11801: AP_WEB_AUDIT_QUEUE_UTILS.remove_from_queue(p_rep_header_id);
11802:

Line 11800: AP_WEB_DB_VIOLATIONS_PKG.deleteDupViolationEntry(p_rep_header_id);

11796: END IF;
11797:
11798: --AP_WEB_DB_VIOLATIONS_PKG.deleteViolationEntry(p_rep_header_id);
11799: --Delete the duplicate detection violations
11800: AP_WEB_DB_VIOLATIONS_PKG.deleteDupViolationEntry(p_rep_header_id);
11801: AP_WEB_AUDIT_QUEUE_UTILS.remove_from_queue(p_rep_header_id);
11802:
11803: ----------------------------------------------------------
11804: l_debug_info := 'Reset Report Submitted Date to null And Expense Status Code to WITHDRAWN';