DBA Data[Home] [Help]

APPS.PO_VALIDATIONS dependencies on PO_VALIDATION_RESULT_SET_ID_S

Line 1256: --Modifies: PO_VALIDATION_RESULT_SET_ID_S

1252:
1253: -------------------------------------------------------------------------------
1254: --Start of Comments
1255: --Pre-reqs: None.
1256: --Modifies: PO_VALIDATION_RESULT_SET_ID_S
1257: --Locks: None.
1258: --Function:
1259: -- Retrieves the next value from the sequence PO_VALIDATION_RESULT_SET_ID_S.
1260: --Returns:

Line 1259: -- Retrieves the next value from the sequence PO_VALIDATION_RESULT_SET_ID_S.

1255: --Pre-reqs: None.
1256: --Modifies: PO_VALIDATION_RESULT_SET_ID_S
1257: --Locks: None.
1258: --Function:
1259: -- Retrieves the next value from the sequence PO_VALIDATION_RESULT_SET_ID_S.
1260: --Returns:
1261: -- The next sequence value.
1262: --End of Comments
1263: -------------------------------------------------------------------------------

Line 1275: SELECT PO_VALIDATION_RESULT_SET_ID_S.NEXTVAL

1271: IF PO_LOG.d_proc THEN
1272: PO_LOG.proc_begin(d_mod);
1273: END IF;
1274:
1275: SELECT PO_VALIDATION_RESULT_SET_ID_S.NEXTVAL
1276: INTO l_nextval
1277: FROM DUAL
1278: ;
1279: