DBA Data[Home] [Help]

APPS.CSFW_REQ_PUB dependencies on DUAL

Line 37: cursor c_next_header is select CSP_REQUIREMENT_HEADERS_S1.nextval from dual;

33: l_Msg_Data VARCHAR2(2000);
34: l_msg_index_out NUMBER;
35: l_data VARCHAR2(255);
36:
37: cursor c_next_header is select CSP_REQUIREMENT_HEADERS_S1.nextval from dual;
38:
39: BEGIN
40: open c_next_header;
41: fetch c_next_header into l_header_id ;

Line 277: cursor c_next_line is select CSP_REQUIREMENT_LINES_S1.nextval from dual;

273: l_Msg_Data VARCHAR2(2000);
274: l_msg_index_out NUMBER;
275: l_data VARCHAR2(255);
276:
277: cursor c_next_line is select CSP_REQUIREMENT_LINES_S1.nextval from dual;
278:
279: BEGIN
280:
281: x_line_id := 0;