DBA Data[Home] [Help]

APPS.RLM_MESSAGE_SV dependencies on RLM_DEMAND_EXCEPTIONS_S

Line 661: ** sequence rlm_demand_exceptions_s .

657: END IF;
658: --
659: /*
660: ** Obtain the exception id from the
661: ** sequence rlm_demand_exceptions_s .
662: */
663: --
664: SELECT rlm_demand_exceptions_s.nextval
665: INTO v_ExceptionId

Line 664: SELECT rlm_demand_exceptions_s.nextval

660: ** Obtain the exception id from the
661: ** sequence rlm_demand_exceptions_s .
662: */
663: --
664: SELECT rlm_demand_exceptions_s.nextval
665: INTO v_ExceptionId
666: FROM sys.dual;
667: --
668: /*

Line 990: ** sequence rlm_demand_exceptions_s .

986:
987:
988: /*
989: ** Obtain the exception id from the
990: ** sequence rlm_demand_exceptions_s .
991: */
992:
993: SELECT rlm_demand_exceptions_s.nextval
994: INTO v_ExceptionId

Line 993: SELECT rlm_demand_exceptions_s.nextval

989: ** Obtain the exception id from the
990: ** sequence rlm_demand_exceptions_s .
991: */
992:
993: SELECT rlm_demand_exceptions_s.nextval
994: INTO v_ExceptionId
995: FROM sys.dual;
996:
997: