DBA Data[Home] [Help]

APPS.IBY_VALIDATIONSETS_PUB dependencies on DUAL

Line 1572: | Online validations are performed on documents individually.

1568: | invoke the same validation sets as deferred validations, but
1569: | errors are returned as warnings and status of the documents
1570: | are not affected.
1571: |
1572: | Online validations are performed on documents individually.
1573: | At the time when online validations are invoked the
1574: | payment request is not yet formed in the calling app.
1575: |
1576: | So this method is invoked for one document at a time by the

Line 3125: | validate individual fields of this record.

3121: | Initializes the instruction record from Oracle Payment's tables.
3122: |
3123: | Fields related to a payment instruction are picked up and
3124: | populated into an instruction record. The validation sets will
3125: | validate individual fields of this record.
3126: |
3127: | PARAMETERS:
3128: | IN
3129: |

Line 3844: DUAL

3840: IBY_TRANSACTION_ERRORS_S.NEXTVAL
3841: INTO
3842: l_transaction_error_id
3843: FROM
3844: DUAL
3845: ;
3846:
3847: x_docErrorRec.transaction_error_id := l_transaction_error_id;
3848:

Line 4262: DUAL

4258: IBY_TRANSACTION_ERRORS_S.NEXTVAL
4259: INTO
4260: l_transaction_error_id
4261: FROM
4262: DUAL
4263: ;
4264:
4265: x_docErrorRec.transaction_error_id := l_transaction_error_id;
4266:

Line 4751: FROM DUAL;

4747: * occurance of an event. Therefore, it should be
4748: * a sequence number.
4749: */
4750: SELECT IBY_EVENT_KEY_S.nextval INTO l_event_key
4751: FROM DUAL;
4752:
4753: IF (p_rejectionLevel = REJ_LVL_REQUEST) THEN
4754:
4755: /*