Search found 615 matches

by ahmadbilal
Sat Oct 08, 2011 4:41 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: AME Setups
Replies: 3
Views: 5251

Please share your requirement. What exactly you are looking from AME
by ahmadbilal
Sat Oct 23, 2010 4:54 pm
Forum: Application DBA & System Administration
Topic: arabic language comming in oracle report as Questi
Replies: 4
Views: 7245

are these PDF reports ??? customized or standard ??
by ahmadbilal
Sat Oct 23, 2010 4:44 pm
Forum: Purchasing & Inventory
Topic: During i receiving i got this error
Replies: 1
Views: 4746

Ask DBA to check invalid objects .


better ask him to run ADADMIN
by ahmadbilal
Sat Oct 23, 2010 4:40 pm
Forum: Purchasing & Inventory
Topic: ERROR
Replies: 1
Views: 4756

Hi There,

Please make sure HR:Business group, HR:Security profile and HR:User type profile options are setup properly
by ahmadbilal
Thu Aug 12, 2010 7:47 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: How to track assets in FA with serial numbers
Replies: 1
Views: 5513

How To Have Tag Or Serial Number Flow From Receiving or PO To Fixed Assets (Doc ID 603712.1)
Applies to:
Oracle Inventory Management - Version: 11.5.0 to 12.0
Information in this document applies to any platform.
FORM:RCVRCERC.FMB - Enter Receipts GUI

Goal
Is there any way for the Tag number to ...
by ahmadbilal
Thu Mar 11, 2010 6:40 am
Forum: General / Others
Topic: reject workflow from notified stage to reject stag
Replies: 1
Views: 4746

Please see if these documents help.

Note: 847889.1 - Stop Workflow Notification Emails During Clone
Note: 828812.1 - How To Stop Old Outbound Workflow Notification Email Messages During Clone Activity
Note: 603003.1 - How To Remove Workflow Data On A Test Or Cloned Instance
Note: 736508.1 - How to ...
by ahmadbilal
Tue Oct 13, 2009 1:07 pm
Forum: IT Jobs
Topic: Oracle ERP consultants Required
Replies: 1
Views: 4464

Oracle ERP consultants Required

Functional Openings:


*
HRMS Functional Lead
*
Oracle HR & Self-Service Consultant
*
Oracle Payroll & Time Management Consultant
*
Oracle Learning Management & iRecruitment Consultant



Technical Openings:

*
Technical Architect
*
Technical Team Lead
*
Oracle ERP Reports Developer ...
by ahmadbilal
Mon Sep 14, 2009 12:09 pm
Forum: Order Management
Topic: High Sea Sale
Replies: 3
Views: 5505

First of all What is High Sea Sale.

Let us say an importer imports Car in Pakistan via Sea now importer want to sale these cars to a third party in Pakistan whilst shipment is in sea and on the way to Pakistan to save import duty this is called high sea sale.

i am not sure but i guess we can ...
by ahmadbilal
Wed Aug 26, 2009 7:19 am
Forum: Purchasing & Inventory
Topic: Multiple purchase orders with single requisition?
Replies: 3
Views: 5142

Yes You Can
by ahmadbilal
Tue Aug 25, 2009 1:40 pm
Forum: Certifications & Trainings
Topic: Oracle Exams to be Offered Through a new Vendor
Replies: 1
Views: 8049

Oracle Exams to be Offered Through a new Vendor

Oracle Exams to be Offered Through a new testing vendor



Starting September 25, 2009, Oracle Certification Exams will no longer be offered through Prometric. Oracle University is currently in discussion with a new testing vendor to finalize a new partnership. We therefore expect to make an ...
by ahmadbilal
Thu Aug 13, 2009 7:12 am
Forum: Application DBA & System Administration
Topic: Oracle Session not assigned to Concurrent Requests
Replies: 3
Views: 5403

Also enable trace on concurrent request and update the trace file
by ahmadbilal
Sun Aug 09, 2009 8:08 am
Forum: Purchasing & Inventory
Topic: Discount in a Standard PO
Replies: 1
Views: 4126

Check Metalink Doc ID: 73114.1 which stats that

How do you reflect discount from a supplier on a Purchase orders?

Answer
------
The legal document is the Purchase order not the quote and therefore the
purchase order should reflect agreed upon price. Secondly if the discount
comes after the PO ...
by ahmadbilal
Sun Aug 09, 2009 8:01 am
Forum: Purchasing & Inventory
Topic: PO to buy 10 items one item is free?
Replies: 4
Views: 5696

by ahmadbilal
Sun Aug 09, 2009 7:56 am
Forum: Oracle Forms & Reports
Topic: how to change password during login when password
Replies: 4
Views: 11527

Are you talking about Oracle Database User Name (schema) or you created a table where you stored all user related to your application ?

if it about schema User then use forms_ddl Sample Syntax like

V_DDL := 'alter user ' ||v_username ||' identified by ' || V_password;

-- execute the alter user ...