Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Topic :: C++





C++ Interview Questions
Questions Answers Views Company eMail

define the active power?

1947

define reactive power?

Alstom, TATA, TCS,

3 11001

CREATE OR REPLACE procedure XXPROC_OPENINT(errbuf OUT VARCHAR2, retcode OUT VARCHAR2) AS --Cursor Declaration cursor inv_cur IS SELECT INVI.INVOICE_ID ,INVI.INVOICE_TYPE_LOOKUP_CODE ,INVI.INVOICE_DATE ,INVI.VENDOR_ID ,INVI.VENDOR_SITE_ID ,INVI.INVOICE_AMOUNT ,INVI.INVOICE_CURRENCY_CODE ,INVI.STATUS ,INVI.GROUP_ID ,INVI.SOURCE ,INVI.ORG_ID ,INVI.DESCRIPTION ,INVI.CREATION_DATE ,INVI.CREATED_BY ,INVL.INVOICE_ID ,INVL.LINE_NUMBER ,INVL.LINE_TYPE_LOOKUP_CODE ,INVL.DESCRIPTION ,INVL.ORG_ID ,INVL.INVENTORY_ITEM_ID ,INVL.ACCOUNTING_DATE ,INVL.AMOUNT ,INVL.CREATION_DATE ,INVL.CREATED_BY ,INVL.PO_HEADER_ID ,INVL.PO_LINE_LOCATION_ID ,INVL.ITEM_DESCRIPTION FROM XXAP_INVOICES_INTERFACE_STG INVI ,AP_INVOICE_LINES_INTERFACE_STG INVL WHERE INVI.INVOICE_ID=INVL.INVOICE_ID AND INVI.ORG_ID=INVL.ORG_ID; l_currency_code varchar2(25); l_flag varchar2(2); l_error_msg varchar2(100); l_err_msg varchar2(100); l_err_flag varchar2(10); l_count number(9) default 0; BEGIN for rec_cur in inv_cur loop l_count:=l_count+1; --Currency Code Validation BEGIN SELECT currency_code INTO l_currency_code FROM FND_CURRENCIES WHERE currency_code ='USD'; EXCEPTION WHEN others THEN l_flag:='E'; l_error_msg:='Currency Code Does not Exists'; fnd_file.put_line(fnd_file.log,'Inserting Data Into The Interface Table'||'-'||l_count||' '||l_error_msg); END; IF l_flag!='E' THEN fnd_file.put_line(fnd_file.log,'Inserting Data Into The Interface Table'); INSERT INTO AP_INVOICES_INTERFACE( INVOICE_ID ,INVOICE_TYPE_LOOKUP_CODE ,INVOICE_DATE ,VENDOR_ID ,VENDOR_SITE_ID ,INVOICE_AMOUNT ,INVOICE_CURRENCY_CODE ,STATUS ,GROUP_ID ,SOURCE ,ORG_ID ,DESCRIPTION ,CREATION_DATE ,CREATED_BY) VALUES (rec_cur.INVOICE_ID ,rec_cur.INVOICE_TYPE_LOOKUP_CODE ,rec_cur.INVOICE_DATE ,rec_cur.VENDOR_ID ,rec_cur.VENDOR_SITE_ID ,rec_cur.INVOICE_AMOUNT ,rec_cur.INVOICE_CURRENCY_CODE ,rec_cur.STATUS ,rec_cur.GROUP_ID ,rec_cur.SOURCE ,rec_cur.ORG_ID ,rec_cur.DESCRIPTION ,rec_cur.CREATION_DATE ,rec_cur.CREATED_BY); INSERT INTO ap_invoice_lines_interface ( INVOICE_ID ,LINE_NUMBER ,LINE_TYPE_LOOKUP_CODE ,DESCRIPTION ,ORG_ID ,INVENTORY_ITEM_ID ,ACCOUNTING_DATE ,AMOUNT ,CREATION_DATE ,CREATED_BY ,PO_HEADER_ID ,PO_LINE_LOCATION_ID,ITEM_DESCRIPTION) VALUES (rec_cur.INVOICE_ID ,rec_cur.LINE_NUMBER ,rec_cur.LINE_TYPE_LOOKUP_CODE ,rec_cur.DESCRIPTION ,rec_cur.ORG_ID ,rec_cur.INVENTORY_ITEM_ID ,rec_cur.ACCOUNTING_DATE ,rec_cur.AMOUNT ,rec_cur.CREATION_DATE ,rec_cur.CREATED_BY ,rec_cur.PO_HEADER_ID ,rec_cur.PO_LINE_LOCATION_ID ,rec_cur.ITEM_DESCRIPTION); END IF; l_flag:=NULL; l_err_MSG:=NULL; END LOOP; COMMIT; END XXPROC_OPENINT; / PLS-00402: alias required in SELECT list of cursor to avoid duplicate column names

2975

introduce your self

DRDO, Federal Mogul, Siemens,

1 4960

IF I HAVE RECEIVED 75000 LEAVES ENCASHMENT TAXABLE OR NOT TAXABLE PLZ TELL ME

1 4111

working capital and variance cost and funds flow and cash flow and gaap and surplus and

FactSet Systems,

1 5702

How to adjustment of CST ? and also tell me about C-Form affairs ?

Wipro,

2688

what is asset under constractions

INDUS,

1 4195

Income Tax Department sends cheque for INR 2 Crore as Refund after completion of Assessment for A.Y.2011 - 2012 to a Company. As per IT Return filed for this year I.T. due to Government was INR 60 Lac but was assessed at INR 70 Lac. TDS due to Company was INR 3 Crore which was admitted as INR 2.7 Crore by Government. Government also adjusts Tax dues for A.Y. 2009 - 2010 of INR 40 Lac which was disputed earlier by the Company and Appeal was lying with the CIT. Government pays Interest to the Company amounting to INR 40 Lac. Provision for Income Tax made by the Company in its accounts for F.Y. 2010 - 2011 (A.Y. 2011 - 2012) was INR 50 Lac. What would be the Journal Entry at the time of receipt of Refund of INR 2 Crore from the Government in A.Y. 2014 - 2015 in the books of the Company?

2505

is pneumatic cylinder can be used as hydraulic cyclider for same pressure.

Bosch Rexroth,

1 5513

Can any one explain me the difference between BTEQ and MLOAD,TUMP. All canbe used for same purpose but still differnt methods. why ?

3546

what is the script forms standard text in fico

Bosch,

2709

wat is the need to run a machine without feed???

1 3408

can we define 2 different currency revaluation at a time??

IBM,

2272

I have a table .in the table 100 recored is there .we have get the single row with out using clause..

3 9085




Un-Answered Questions { C++ }

Is VT100 Server will support TCP/IP protocol?

2282


Can we install Oracle database in VT100 Server?

2358


If my server is Sun Solaris can i use like VT100 Server?

2892


Suppose there are two requests for 2 different pages of same site and from 2 different browsers, How Web server recognise the different request and send result to the exact sender browsers.

1726


what is the principle involved in Biometry?

2223


How a component can be placed on Windows?

2793


Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?

3814


How to connect to a remote database using Applet?

2487


How to display names of all components in a Container?

2892


Can you give names of Container classes?

2263


What are the differences between Java 1.0 and Java 2.0?

2210


Name the components that are termed to be Heavy-weight component but available in Light-weight components?

2449


What are the restrictions imposed by a Security Manager on Applets?.

2566


How listener identify that the event came from a particular object?

1954


Can we call virtual funciton in a constructor ?

2141