DBA Data[Home] [Help]

APPS.CS_CP_LANGUAGES_PKG dependencies on DUAL

Line 37: select cs_cp_languages_s.nextval into x_cp_language_id from dual;

33: cursor C is select ROWID from CS_CP_LANGUAGES
34: where CP_LANGUAGE_ID = X_CP_LANGUAGE_ID;
35: begin
36:
37: select cs_cp_languages_s.nextval into x_cp_language_id from dual;
38:
39: insert into CS_CP_LANGUAGES (
40: CP_LANGUAGE_ID,
41: LANGUAGE_CODE,