DBA Data[Home] [Help]

APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_BATCHID_S

Line 3083: * be a sequence number (iby_batchid_s.nextval).

3079: * If batch close is invoked by the user, the batchid will
3080: * be a user defined string (should be unique).
3081: *
3082: * If batch close is invoked by the scheduler, the batch is
3083: * be a sequence number (iby_batchid_s.nextval).
3084: *
3085: * mbatchid will always be a sequence number (iby_batchid_s.nextval).
3086: *
3087: * In the new architecture, multiple mbatchids can be generated

Line 3085: * mbatchid will always be a sequence number (iby_batchid_s.nextval).

3081: *
3082: * If batch close is invoked by the scheduler, the batch is
3083: * be a sequence number (iby_batchid_s.nextval).
3084: *
3085: * mbatchid will always be a sequence number (iby_batchid_s.nextval).
3086: *
3087: * In the new architecture, multiple mbatchids can be generated
3088: * for a single batchid (based on user defined grouping rules).
3089: */

Line 4248: * be a sequence number (iby_batchid_s.nextval).

4244: * If batch close is invoked by the user, the batchid will
4245: * be a user defined string (should be unique).
4246: *
4247: * If batch close is invoked by the scheduler, the batch is
4248: * be a sequence number (iby_batchid_s.nextval).
4249: *
4250: * mbatchid will always be a sequence number (iby_batchid_s.nextval).
4251: *
4252: * In the new architecture, multiple mbatchids can be generated

Line 4250: * mbatchid will always be a sequence number (iby_batchid_s.nextval).

4246: *
4247: * If batch close is invoked by the scheduler, the batch is
4248: * be a sequence number (iby_batchid_s.nextval).
4249: *
4250: * mbatchid will always be a sequence number (iby_batchid_s.nextval).
4251: *
4252: * In the new architecture, multiple mbatchids can be generated
4253: * for a single batchid (based on user defined grouping rules).
4254: */

Line 5781: SELECT IBY_BATCHID_S.NEXTVAL INTO x_batchID

5777: IS
5778:
5779: BEGIN
5780:
5781: SELECT IBY_BATCHID_S.NEXTVAL INTO x_batchID
5782: FROM DUAL;
5783:
5784: END getNextBatchId;
5785:

Line 7370: SELECT to_char(IBY_BATCHID_S.nextval)

7366: ROLLBACK;
7367: RETURN;
7368: END IF;
7369:
7370: SELECT to_char(IBY_BATCHID_S.nextval)
7371: INTO batchid_out
7372: FROM dual;
7373: --
7374: -- define the batch; note that this method