DBA Data[Home] [Help]

APPS.PON_LARGE_AUCTION_UTIL_PKG dependencies on PON_INTERFACE_ERRORS

Line 67: -- were inserted in pon_interface_errors

63: --
64: -- RETURN: VARCHAR2 Y/N if the request had/didn't have validation errors
65:
66: -- COMMENT: Determines if any validation errors associated with p_request_id
67: -- were inserted in pon_interface_errors
68: -- ======================================================================
69: FUNCTION request_has_errors
70: (
71: p_request_id IN pon_interface_errors.request_id%TYPE

Line 71: p_request_id IN pon_interface_errors.request_id%TYPE

67: -- were inserted in pon_interface_errors
68: -- ======================================================================
69: FUNCTION request_has_errors
70: (
71: p_request_id IN pon_interface_errors.request_id%TYPE
72: ) RETURN VARCHAR2;
73:
74: -- ======================================================================
75: -- FUNCTION: REQUEST_ERROR_COUNT PUBLIC

Line 85: p_request_id IN pon_interface_errors.request_id%TYPE

81: -- COMMENT: Counts the number of validation errors for a request
82: -- ======================================================================
83: FUNCTION request_error_count
84: (
85: p_request_id IN pon_interface_errors.request_id%TYPE
86: ) RETURN NUMBER;
87:
88: -- ======================================================================
89: -- FUNCTION: GET_REQUEST_DISPLAY_STATUS PUBLIC