[Show all top banners]

dongdong
Replies to this thread:

More by dongdong
What people are reading
Subscribers
:: Subscribe
Back to: Kurakani General Refresh page to view new replies
 ORACLE HELP
[VIEWED 6934 TIMES]
SAVE! for ease of future access.
Posted on 08-23-07 2:27 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

DECLARE
INCUID VARCHAR2(200);
ININSERTFLAG NUMBER;
RETVAL NUMBER;
INFINCL_TITL VARCHAR2(200);
INFINCL_TYPE_CD VARCHAR2(200);
INFINCL_TYPE_ID NUMBER;
INFINCL_CD VARCHAR2(200);
INFINCL_DESC VARCHAR2(200);
INFINCL_EFF_DT DATE;
INFINCL_END_DT DATE;
INFINCL_PAR_ID NUMBER;
INFINCL_RLTD_EFF_DT DATE;
INFINCL_RLTD_END_DT DATE;
INFINCL_ID NUMBER;
CFLAG NUMBER;

BEGIN
INCUID := 'ai7630';
ININSERTFLAG := 1;
RETVAL := NULL;
INFINCL_TITL := 'asdfasdfasd';
INFINCL_TYPE_CD := 'asdfasdfasd';
INFINCL_TYPE_ID := 14;
INFINCL_CD := 'adfasdfasd';
INFINCL_DESC := 'adfasdfasddfas';
INFINCL_EFF_DT := 1/Jan/00;
INFINCL_END_DT := 12/Dec/99;
INFINCL_PAR_ID := NULL;
INFINCL_RLTD_EFF_DT := NULL;
INFINCL_RLTD_END_DT := NULL;
INFINCL_ID := 1026;
CFLAG := 0;

DED.ADDCOST ( INCUID, ININSERTFLAG, RETVAL, INFINCL_TITL, INFINCL_TYPE_CD, INFINCL_TYPE_ID, INFINCL_CD, INFINCL_DESC, INFINCL_EFF_DT, INFINCL_END_DT, INFINCL_PAR_ID, INFINCL_RLTD_EFF_DT, INFINCL_RLTD_END_DT, INFINCL_ID, CFLAG );
COMMIT;
END;


ORA-06550: line 27, column 21:
PLS-00382: expression is of wrong type
ORA-06550: line 27, column 3:
PL/SQL: Statement ignored
ORA-06550: line 28, column 21:
PLS-00382: expression is of wrong type
ORA-06550: line 28, column 3:
PL/SQL: Statement ignored
 
Posted on 08-23-07 3:41 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Please put ' ' (quote) in assigned date.

1 DECLARE
2 INCUID VARCHAR2(200);
3 ININSERTFLAG NUMBER;
4 RETVAL NUMBER;
5 INFINCL_TITL VARCHAR2(200);
6 INFINCL_TYPE_CD VARCHAR2(200);
7 INFINCL_TYPE_ID NUMBER;
8 INFINCL_CD VARCHAR2(200);
9 INFINCL_DESC VARCHAR2(200);
10 INFINCL_EFF_DT DATE;
11 INFINCL_END_DT DATE;
12 INFINCL_PAR_ID NUMBER;
13 INFINCL_RLTD_EFF_DT DATE;
14 INFINCL_RLTD_END_DT DATE;
15 INFINCL_ID NUMBER;
16 CFLAG NUMBER;
17 BEGIN
18 INCUID := 'ai7630';
19 ININSERTFLAG := 1;
20 RETVAL := NULL;
21 INFINCL_TITL := 'asdfasdfasd';
22 INFINCL_TYPE_CD := 'asdfasdfasd';
23 INFINCL_TYPE_ID :=14;
24 INFINCL_CD := 'adfasdfasd';
25 INFINCL_DESC := 'adfasdfasddfas';
26 INFINCL_EFF_DT := '1/Jan/00';
27 INFINCL_END_DT := '12/Dec/99';
28 INFINCL_PAR_ID := NULL;
29 INFINCL_RLTD_EFF_DT := NULL;
30 INFINCL_RLTD_END_DT := NULL;
31 INFINCL_ID := 1026;
32 CFLAG := 0;
33 --DED.ADDCOST ( INCUID, ININSERTFLAG, RETVAL, INFINCL_TITL, INFINCL_TYPE_CD, INFINCL_TYPE_ID, INFINCL_CD, INFINCL_DESC, INFINCL_EFF_DT, INFINCL_END_DT, INFINCL_PAR_ID, INFINCL_RLTD_EFF_DT, INFINCL_RLTD_END_DT, INFINCL_ID, CFLAG );
34 COMMIT;
35* END;
SQL> /

PL/SQL procedure successfully completed.

SQL>
 
Posted on 08-23-07 4:54 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

thankxs aryan
it did help me a lot
 


Please Log in! to be able to reply! If you don't have a login, please register here.

YOU CAN ALSO



IN ORDER TO POST!




Within last 365 days
Recommended Popular Threads Controvertial Threads
ANA and AJAY KUMAR DEV. RAPISTS CONVENTION
NRN card pros and cons?
Conservative discussions
TPS To F-1 COS
Nepal TPS has been Extended !!!
Got my F1 reinstatement approved within 3 months(was out of F1 for almost 2 years)
Homeland Security revokes temporary status for 532,000 Cubans, Haitians, Nicaraguans and Venezuelans
Has anyone here successfully reinstated to F-1 status after a year-long gap following a drop from F-1?
US citizen Petitioning my wife who was out of status when she was in H1B. What to do ?
Democrat wants to run election like in India. Chaos and Confusing to voters.
Supreme Court allows Trump to end TPS for Venezuelans
Please ask KRISTI NOEM in her facebook and other social media to renew TPS
महँगो अण्डाको पिकल्प : कुखुरा र खोर भाडामा लिने
Nepal TPS decision
TPS to F1 Status.
legal Query for married nepali girl now have taken US citizenship
ICE kidnapping people off the streets over op eds
ए १ पनि पुगेनछ ?
Trump’s “Big Beautiful Bill” is straight-up xenophobic class warfare. Let’s call it what it is.
2020 : Why No Trump !
NOTE: The opinions here represent the opinions of the individual posters, and not of Sajha.com. It is not possible for sajha.com to monitor all the postings, since sajha.com merely seeks to provide a cyber location for discussing ideas and concerns related to Nepal and the Nepalis. Please send an email to admin@sajha.com using a valid email address if you want any posting to be considered for deletion. Your request will be handled on a one to one basis. Sajha.com is a service please don't abuse it. - Thanks.

Sajha.com Privacy Policy

Like us in Facebook!

↑ Back to Top
free counters