DBA Data[Home] [Help]

APPS.PO_VALIDATIONS dependencies on PO_VALIDATION_RESULT_SET_ID_S

Line 973: --Modifies: PO_VALIDATION_RESULT_SET_ID_S

969:
970: -------------------------------------------------------------------------------
971: --Start of Comments
972: --Pre-reqs: None.
973: --Modifies: PO_VALIDATION_RESULT_SET_ID_S
974: --Locks: None.
975: --Function:
976: -- Retrieves the next value from the sequence PO_VALIDATION_RESULT_SET_ID_S.
977: --Returns:

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

972: --Pre-reqs: None.
973: --Modifies: PO_VALIDATION_RESULT_SET_ID_S
974: --Locks: None.
975: --Function:
976: -- Retrieves the next value from the sequence PO_VALIDATION_RESULT_SET_ID_S.
977: --Returns:
978: -- The next sequence value.
979: --End of Comments
980: -------------------------------------------------------------------------------

Line 992: SELECT PO_VALIDATION_RESULT_SET_ID_S.NEXTVAL

988: IF PO_LOG.d_proc THEN
989: PO_LOG.proc_begin(d_mod);
990: END IF;
991:
992: SELECT PO_VALIDATION_RESULT_SET_ID_S.NEXTVAL
993: INTO l_nextval
994: FROM DUAL
995: ;
996: