Can someone help me - error:-not correctly completed SQL command

Hello

This code has an error, I tried to find this error but I don't find it so please help me: -.

error report:
ORA-06550: line 1, column 149:
PL/SQL: ORA-00933: SQL not correctly completed command
ORA-06550: line 1, column 7:
PL/SQL: SQL statement ignored

Code

Select HTMLDB_ITEM. HIDDEN(1,SEQ_ID),
HTMLDB_ITEM. C001 Text(2,a.C001).
HTMLDB_ITEM. C002 Text(3,a.C002).
HTMLDB_ITEM. C003 Text(4,a.C003).
APEX_ITEM. SELECT_LIST_FROM_QUERY (5, a.c004, 'SELECT D P_ID, P_ID R OF PARTY_DETAIL') c004.
APEX_ITEM. SELECT_LIST_FROM_QUERY
(6, a.c005,)
' SELECT CATEGARY_NAME D, ' |' CATEGARY_NAME ITEM_CATEGARY R'.
"style =" width: 220px "'"
||' OnChange = "get_select_list_xml1 (this, e
|| 'f7_ '.
|| LPAD (seq_id, 4, '0')
|| ')"',
'' YES. ''
'0',
"- Select -",
« f6_ » || LPAD (seq_id, 4, '0'),
NULL,
'NO') c005
APEX_ITEM. SELECT_LIST_FROM_QUERY
(7, a.c006,)
"SELECT ITEM_CODE D.
||' ITEM_CODE ITEM_MASTER R'
||' WHERE CATEGARY_NAME ='
|| C005,
"style =" width: 220px "',"
'' YES. ''
'0',
"- Select Code (')"
|| (Select Count (*)
of ITEM_MASTER
where CATEGARY_NAME = c005)
|| ')-',
« f7_ » || LPAD (seq_id, 4, '0'),
NULL,
'NO') c006
APEX_ITEM. SELECT_LIST_FROM_QUERY (8, a.c007, 'SELECT nom_element, nom_element R OF ITEM_MASTER D') c007,.
HTMLDB_ITEM. C008 Text(9,a.C008).
APEX_ITEM. SELECT_LIST_FROM_QUERY (10, a.c009, 'SELECT PACK_TYPE D, PACK_TYPE R OF ITEM_PACKING') c009,.
HTMLDB_ITEM. Text(11,a.C010) c010.
HTMLDB_ITEM. Text(12,a.C011) c011.
HTMLDB_ITEM. C012 Text(13,a.C012).
HTMLDB_ITEM. C013 Text(14,a.C013)
OF wwv_flow_collections one
where a.collection_name = 'REC_ITEM. '




Thank you
Maury

Published by: Ed on September 10, 2009 03:36

Can you copy and paste this code into SQL * more and see if it runs properly? You can check your single quote (') and double quote characters ("") to make sure that those who at the height correctly because it is difficult to say when copied on the web.

Tags: Database

Similar Questions

Maybe you are looking for