Getting :WRONG NUMBER OR TYPES OF ARGUMENTS IN CALL TO 'OGC_X' ERROR
481225Sep 26 2006 — edited Oct 3 2006Hi all,
While running the below query i am getting the following error.Could anyone help me out?
Error:ORA-06553:PLS-306: WRONG NUMBER OR TYPES OF ARGUMENTS IN CALL TO 'OGC_X'
SELECT
y.record_type
, y.vendor_site_code as object_name
, decode(y.insert_update_flag, 'I', 'INSERTED', 'U', 'UPDATED', NULL) as status_type
, y.status
, x.error_text
, x.row_id
FROM
XXEFSS_POVEND_SITES_INTERIM y
, XXEFSS_POVEND_ERRORS_INTERIM x
WHERE x.row_id = y.rowid