DBA Data[Home] [Help]

APPS.AP_WEB_EXPENSE_WF dependencies on AP_WEB_DB_VIOLATIONS_PKG

Line 4318: AP_WEB_DB_VIOLATIONS_PKG.SetVioPolicyShortpaidReportID(

4314: --------------------------------------------------------------------
4315: l_debug_info := 'Update the report header id in the violations table
4316: with the new expense report id';
4317: --------------------------------------------------------------------
4318: AP_WEB_DB_VIOLATIONS_PKG.SetVioPolicyShortpaidReportID(
4319: p_orig_expense_report_id => p_orig_expense_report_id,
4320: p_new_report_header_id => p_new_expense_report_id);
4321: ELSE
4322:

Line 4347: AP_WEB_DB_VIOLATIONS_PKG.SetVioReceiptShortpaidReportID(

4343: --------------------------------------------------------------------
4344: l_debug_info := 'Update the report header id in the violations table
4345: with the new expense report id';
4346: --------------------------------------------------------------------
4347: AP_WEB_DB_VIOLATIONS_PKG.SetVioReceiptShortpaidReportID(
4348: p_orig_expense_report_id => p_orig_expense_report_id,
4349: p_new_report_header_id => p_new_expense_report_id);
4350:
4351:

Line 5327: AP_WEB_DB_VIOLATIONS_PKG.deleteViolationEntry(l_report_header_id);

5323: 'EXPENSE_REPORT_ID');
5324:
5325: DeleteExpReportFromAPTables(l_report_header_id);
5326:
5327: AP_WEB_DB_VIOLATIONS_PKG.deleteViolationEntry(l_report_header_id);
5328:
5329: ELSIF (p_funmode = 'CANCEL') THEN
5330: p_result := 'COMPLETE';
5331: END IF;

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

10373: 'NonValidatedWebExpense')) THEN
10374: NULL;
10375: END IF;
10376:
10377: --AP_WEB_DB_VIOLATIONS_PKG.deleteViolationEntry(l_report_header_id);
10378: AP_WEB_AUDIT_QUEUE_UTILS.remove_from_queue(l_report_header_id);
10379:
10380: ----------------------------------------------------------
10381: l_debug_info := 'Clearing out lines in AP_AUD_AUDIT_REASONS';

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

11035:
11036: AP_WEB_DB_EXPLINE_PKG.resetApplyAdvances(p_rep_header_id);
11037: END IF;
11038:
11039: --AP_WEB_DB_VIOLATIONS_PKG.deleteViolationEntry(p_rep_header_id);
11040: AP_WEB_AUDIT_QUEUE_UTILS.remove_from_queue(p_rep_header_id);
11041:
11042: ----------------------------------------------------------
11043: l_debug_info := 'Reset Report Submitted Date to null And Expense Status Code to WITHDRAWN';