DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on STANDARD

Line 246: /* 1. Invoice type other than STANDARD OR CREDIT */

242: /*=========================================================================*/
243: /* */
244: /* Function V_CHECK_INVOICE_TYPE_AMOUNT performs the following */
245: /* validations to the invoice and rejects if appropriate: */
246: /* 1. Invoice type other than STANDARD OR CREDIT */
247: /* 2. Invoice amount is null */
248: /* 3. Invoice type is STANDARD but amount is <0 */
249: /* 4. Invoice type is CREDI but amount >=0 */
250: /* 5. Invoice amount is <> sum of lines amount and source is EDI GATEWAY */

Line 248: /* 3. Invoice type is STANDARD but amount is <0 */

244: /* Function V_CHECK_INVOICE_TYPE_AMOUNT performs the following */
245: /* validations to the invoice and rejects if appropriate: */
246: /* 1. Invoice type other than STANDARD OR CREDIT */
247: /* 2. Invoice amount is null */
248: /* 3. Invoice type is STANDARD but amount is <0 */
249: /* 4. Invoice type is CREDI but amount >=0 */
250: /* 5. Invoice amount is <> sum of lines amount and source is EDI GATEWAY */
251: /* 6. Number of invoice lines is 0 */
252: /* 7. Invoice amount exceeds invoice currency precision */

Line 254: /* If invoice type is null and amount >=0, set type to STANDARD */

250: /* 5. Invoice amount is <> sum of lines amount and source is EDI GATEWAY */
251: /* 6. Number of invoice lines is 0 */
252: /* 7. Invoice amount exceeds invoice currency precision */
253: /* If invoice type is null and amount <0, set type to CREDIT. */
254: /* If invoice type is null and amount >=0, set type to STANDARD */
255: /* If invoice type is STANDARD set match mode to MI */
256: /* If invoice type is CREDIT set match mode to MC */
257: /* */
258: /*=========================================================================*/

Line 255: /* If invoice type is STANDARD set match mode to MI */

251: /* 6. Number of invoice lines is 0 */
252: /* 7. Invoice amount exceeds invoice currency precision */
253: /* If invoice type is null and amount <0, set type to CREDIT. */
254: /* If invoice type is null and amount >=0, set type to STANDARD */
255: /* If invoice type is STANDARD set match mode to MI */
256: /* If invoice type is CREDIT set match mode to MC */
257: /* */
258: /*=========================================================================*/
259: FUNCTION v_check_invoice_type_amount (