Search found 30 matches

by Pirzada
Fri Dec 05, 2008 7:16 am
Forum: Oracle Databases
Topic: Inserting images
Replies: 2
Views: 2375

Inserting images

Hi All,
I have a table with an image column having data type long raw, i want to insert an image using INSERT statement,
INSERT INTO IMAGE_TABLE(ORG, IMG)
VALUES(82, ?? );
is it possible!
by Pirzada
Fri Dec 05, 2008 6:47 am
Forum: Business Intelligence (BI)
Topic: Request completes normal, but the o/p is not a pdf
Replies: 6
Views: 5239

Try this,
Before submitting the report, go to option and change the template format from pdf to excel.

Regards
Ali Pirzada
by Pirzada
Mon Nov 03, 2008 8:06 am
Forum: Business Intelligence (BI)
Topic: Total in BI Publisher report
Replies: 1
Views: 4082

Total in BI Publisher report

Hi All, I am unable to calculate the total in a Cross-Tab report in bi publisher. I have to get the sum of the rows at the end of the report. It is matrix report built on report builder, i have split the column header and column data in the rtf template but am not able to get the total at the end fo...
by Pirzada
Sat Nov 01, 2008 8:33 am
Forum: Application DBA & System Administration
Topic: Transfer FSG from one instane to another
Replies: 6
Views: 4802

Dear Admin, i did tried to create the link from the GL responsibilty, but it continously gave error ' Unable to create Database Link'. How can i find/define the connect string for the instance ? One thing more the DB_DOMAIN is not deifned(NULL) in our instance, what should i give in the field "...
by Pirzada
Sat Nov 01, 2008 5:29 am
Forum: Application DBA & System Administration
Topic: Transfer FSG from one instane to another
Replies: 6
Views: 4802

Dear Bilal, Thanks for such a quick response, but i have defined the database link but just not able to use it in the application. Can u please give me info on how to define it in the application. I navigated to Create Database Link Form in the GL responsibilty. Following are the information of my s...
by Pirzada
Sat Nov 01, 2008 5:06 am
Forum: Application DBA & System Administration
Topic: Transfer FSG from one instane to another
Replies: 6
Views: 4802

Transfer FSG from one instane to another

Hi All, I want to transfer FSG's from Test Instance to Production instance. I tried the 'Program - FSG Transfer' but was not able to create the link between the two databases in the application, however a link was successfully created in the database. Urgent reply is required. Thanks in advance. Reg...
by Pirzada
Tue Jul 22, 2008 4:59 am
Forum: Reports (Only Oracle Apps Reports)
Topic: Item Opening Balance
Replies: 1
Views: 1764

Item Opening Balance

Hi All,
I need to find the opening balance of an item according to the date parameter entered by the user.
Can any one provide me with the query or the table name from where i can get that.

Regards,
Ali Pirzada
by Pirzada
Tue Jun 10, 2008 6:22 am
Forum: General / Others
Topic: Technical Consultant Responsibilities
Replies: 2
Views: 1814

Dear Admin,
Still waiting for that article you were gonna write on technical consultants roles.

Regards,
Ali Pirzada
by Pirzada
Tue Jun 10, 2008 6:01 am
Forum: Reports (Only Oracle Apps Reports)
Topic: Concurrent Program Execution
Replies: 2
Views: 1838

Hi Ram,
what hav u defined in the Execution File Name? It should be like PackageName.[Procedure][Function]

Regards,
Ali Pirzada
by Pirzada
Sat Apr 26, 2008 6:03 am
Forum: General / Others
Topic: Generating a text file on client side
Replies: 0
Views: 1110

Generating a text file on client side

Hi, I have a written a pocedure that generates a csv file by extracting data from the tables and is executed from a concurrent program in the application. The procedure generates the output file on the server, is there any other way that the file could be generated on the client side or at any other...
by Pirzada
Sun Apr 20, 2008 3:03 pm
Forum: Oracle Forms & Reports
Topic: report parameter
Replies: 3
Views: 1815

Hey,
Try this
WHERE NVL(ATTRIBUTE1,0) = nvl(nvl(:P_ATT1,ATTRIBUTE1),0)
Hope this solves your problem

Regards
Ali Pirzada
by Pirzada
Sun Apr 20, 2008 4:09 am
Forum: Oracle Forms & Reports
Topic: report parameter
Replies: 3
Views: 1815

Dear Aimam,
You need to add the same value set 'TESTING' in report parameters where you define the report.
For quering all results if the parameter is left blank add this in your report's where clause
WHERE ATTRIBUTE1 = NVL(:P_ATT1, ATTRIBUTE1)
by Pirzada
Wed Apr 09, 2008 2:15 pm
Forum: General / Others
Topic: Technical Consultant Responsibilities
Replies: 2
Views: 1814

Technical Consultant Responsibilities

Hi All,
I want to know the core role and responsibilities of an Oracle EBS technical consultant, what are the his main tasks other than Reporting,Data Conversion and Migration, and what are the DOs and DONTs for this job.

Ali Pirzada
by Pirzada
Tue Mar 25, 2008 6:09 am
Forum: Reports (Only Oracle Apps Reports)
Topic: MFG_ORGANIZATION_ID Value
Replies: 1
Views: 6313

MFG_ORGANIZATION_ID Value

Hi All,
Is there a solution to automatically set the $PROFILES$.MFG_ORGANIZATION_ID Value when a user logs in, such that the user does'nt have to select the change organization option for setting up this value.
Regards
Ali Ahmed Pirzada
by Pirzada
Tue Feb 12, 2008 9:33 am
Forum: Reports (Only Oracle Apps Reports)
Topic: Relation between Receivables and Inventory Tables
Replies: 1
Views: 2480

Relation between Receivables and Inventory Tables

Hello All, I am new to oracle apps. I am creating a report having details of customer transaction. I want to pick the particular lot number of the item in transaction. I am not able to find the realtionship between the RA and MTL tables. I am picking the transaction details from RA_CUSTOMER_TRX_ALL ...