DBA Data[Home] [Help]

APPS.JAI_AR_RCTA_ARIUD_T1 dependencies on STANDARD

Line 673: /*Below code is added to check if the invoice is standard AR invoice or created through IL transaction form.

669: -- Added by Jia Li for tax inclusive computation on 2007/12/01, Begin
670: ----------------------------------------------------------------------
671: ELSE
672: IF ( :NEW.COMPLETE_FLAG = 'Y' AND :OLD.COMPLETE_FLAG = 'N' AND NVL(:NEW.CREATED_FROM,'###') IN ('ARXTWMAI','ARXTWCMI') ) THEN --Added by JMEENA for bug#8451356
673: /*Below code is added to check if the invoice is standard AR invoice or created through IL transaction form.
674: in case of standard AR Invoice without IL, accounting for inclusive taxes should not happen.
675: Added by JMEENA for bug#8864023
676: */
677: OPEN organization_id_check(:new.CUSTOMER_TRX_ID);

Line 674: in case of standard AR Invoice without IL, accounting for inclusive taxes should not happen.

670: ----------------------------------------------------------------------
671: ELSE
672: IF ( :NEW.COMPLETE_FLAG = 'Y' AND :OLD.COMPLETE_FLAG = 'N' AND NVL(:NEW.CREATED_FROM,'###') IN ('ARXTWMAI','ARXTWCMI') ) THEN --Added by JMEENA for bug#8451356
673: /*Below code is added to check if the invoice is standard AR invoice or created through IL transaction form.
674: in case of standard AR Invoice without IL, accounting for inclusive taxes should not happen.
675: Added by JMEENA for bug#8864023
676: */
677: OPEN organization_id_check(:new.CUSTOMER_TRX_ID);
678: FETCH organization_id_check INTO v_organization_id;