Search found 6 matches

by antojoen
Thu Jun 25, 2009 8:24 am
Forum: Oracle Databases
Topic: INSERT INTO LONG RAW
Replies: 1
Views: 3294

INSERT INTO LONG RAW

Hi Friends, I have a requirement. I am using oracle 10g. I want to insert employee photographs into the system. For this i am using a column datatype is LONG RAW. How to insert all the employee data through an conversion. Through oracle forms i can achive this. But its a manual work. I want to do th...
by antojoen
Tue Apr 01, 2008 6:16 am
Forum: General / Others
Topic: Task Creation in Existing Project
Replies: 0
Views: 1359

Task Creation in Existing Project

Hello All; Application Version: 11.5.10.2 Module: Project Billing PATSK1PB.pls Version- 115.89.90.5 Projects Patch set level 11i.PA.L. Query: Creating Task in the existing project using API (I belive there are no open interface tables for task creation). If anybody knows or developed or come accross...
by antojoen
Thu Mar 06, 2008 12:31 pm
Forum: Financials (GL, AP, AR, FA & CM)
Topic: Incorrect accounting generated.
Replies: 1
Views: 1154

hi manav, one question; is it permanently closed or temp closed? If temp means, you can re-open, raise a credit memo against this invoice, and create a new PO with right combination. If you did the receipt against the PO? => Just return the reciept and again do the same process with right combinatio...
by antojoen
Thu Mar 06, 2008 12:24 pm
Forum: Financials (GL, AP, AR, FA & CM)
Topic: AUTOINVOICE IMPORT PROGRAM COMPLETED WITH ERROR
Replies: 6
Views: 8552

Hey Anand,

From this error, i can tell you there are some buffer size problem with your database.

Can u Just send ur log file to my gmail id anto.natesh@gmail.com.

So that i can help you in this.

Regards,
AntoJoeN
by antojoen
Mon Nov 26, 2007 2:56 am
Forum: Oracle Databases
Topic: help sql*loader
Replies: 2
Views: 1838

Hi,

Use a loop to execute this.

Take a count *.DAT files and execute the .CTL files that many times. Dont hardcode the *.DAT file name into the control files. That should be dynamic.
by antojoen
Sun Nov 25, 2007 4:49 pm
Forum: Reports (Only Oracle Apps Reports)
Topic: reports
Replies: 2
Views: 2296

Create 3 seperate Summary column at report level, Create 1 formula column add the three summary columns in it.

If you need percentage, create one summary column to count the number of records. create one formula column, here you calculate the percentage.