DBA Data[Home] [Help]

APPS.AP_WEB_RECEIPT_MANAGEMENT_UTIL dependencies on AP_WEB_RECEIPT_MANAGEMENT_UTIL

Line 1: PACKAGE BODY AP_WEB_RECEIPT_MANAGEMENT_UTIL AS

1: PACKAGE BODY AP_WEB_RECEIPT_MANAGEMENT_UTIL AS
2: /* $Header: apwrmutb.pls 120.16 2011/07/18 12:49:15 dsadipir ship $ */
3:
4: FUNCTION get_line_receipt_status(p_report_header_id IN NUMBER) RETURN VARCHAR2;
5:

Line 437: AND 'Y' = AP_WEB_RECEIPT_MANAGEMENT_UTIL.is_shortpaid_report(p_report_header_id, AP_WEB_RECEIPTS_WF.C_POLICY_VIOLATION_PROCESS) THEN

433: null;
434: ELSIF (p_event = C_EVENT_COMPLETE_AUDIT) THEN
435: IF header_rec.shortpay_parent_id is not null
436: AND header_rec.receipts_status = C_STATUS_RECEIVED
437: AND 'Y' = AP_WEB_RECEIPT_MANAGEMENT_UTIL.is_shortpaid_report(p_report_header_id, AP_WEB_RECEIPTS_WF.C_POLICY_VIOLATION_PROCESS) THEN
438: AP_WEB_RECEIPTS_WF.RaiseAbortedEvent(p_report_header_id);
439:
440: ELSIF ( header_rec.shortpay_parent_id is not null
441: AND (header_rec.receipts_status <> 'NOT_REQUIRED' OR header_rec.image_receipts_status <> 'NOT_REQUIRED')) THEN

Line 680: END AP_WEB_RECEIPT_MANAGEMENT_UTIL;

676: APP_EXCEPTION.RAISE_EXCEPTION;
677: END CompleteShortpay;
678:
679:
680: END AP_WEB_RECEIPT_MANAGEMENT_UTIL;