Search found 615 matches

by ahmadbilal
Tue Feb 19, 2008 2:34 am
Forum: HCM (Human Capital Management)
Topic: To display employees created by Particular User
Replies: 1
Views: 994

try it SELECT papf.person_id, papf.employee_number, papf.full_name, (SELECT user_name FROM fnd_user WHERE user_id = papf.created_by) created_by, papf.last_update_login, paaf.application_id, hla.location_code, papf.effective_start_date, papf.effective_end_date FROM per_all_people_f papf, per_all_assi...
by ahmadbilal
Tue Jan 29, 2008 7:49 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: Territory Flex field
Replies: 2
Views: 854

basic purpose
you can capture territory wise receivable from this option
you can allocate your sale teams territory wise
you can make pricing schemes territory
by ahmadbilal
Sat Jan 26, 2008 4:38 am
Forum: Order Management
Topic: Notification of On-Hold Orders
Replies: 1
Views: 1124

You can setup oracle alerts if you have query for that and scheduled it as periodic alert
by ahmadbilal
Wed Jan 23, 2008 8:39 am
Forum: Order Management
Topic: Problem While Booking Order
Replies: 2
Views: 3041

Make sure that the file asoqueue.sql is present in $ASO_TOP/patch/115/sql directory Make sure that user ?ASO? and ?APPS? have execute rights on SYS.DBMS_AQADM and SYS.DBMS_AQ packages with Grant option Run $ASO_TOP/patch/115/sql/asoqueue.sql in the following manner: sqlplus APPS/<APPS password> @aso...
by ahmadbilal
Thu Jan 17, 2008 5:55 am
Forum: Oracle Databases
Topic: How to find whether the software is 32 bit or 64bi
Replies: 1
Views: 2521

How to find whether the software is 32 bit or 64bi

How to find whether the software is 32 bit or 64bit : * Go to Disk3/stage/Components/oracle.options.odm/9.2.0.4.0/1/DataFiles/ in the installation kit. % cd Disk3/stage/Components/oracle.options.odm/9.2.0.4.0/1/datafiles * Copy lib.1.1.jar file in a new directory, outside the installation kit % cp l...
by ahmadbilal
Tue Jan 15, 2008 5:19 am
Forum: General / Others
Topic: Oracle mix
Replies: 0
Views: 1388

Oracle mix

We all know Linkedin or Plaxo. Now Oracle has it's own network site (beta..)
Check it out and login using your Oracle sso account (otn account)


https://mix.oracle.com/
by ahmadbilal
Tue Jan 15, 2008 12:40 am
Forum: Purchasing & Inventory
Topic: Internal Requisition
Replies: 1
Views: 942

For internal requisition Order Management is required as all approved internal requisition leads to Internal Sale Order.

You can use Inter- Organization Transfer functionality or Misc. Issue and Receipt Functionality.
by ahmadbilal
Mon Jan 14, 2008 1:17 am
Forum: Oracle Forms & Reports
Topic: FRM-92101: There was a failure in the Forms Server
Replies: 1
Views: 3104

Required Operating System patches as per Oracle Applications Installation and Upgrade Notes Release 12 (12.0), are missing/not installed.

<b>WORKAROUND</b>
-------------
Refer to MetaLink Note 427714.1.

1. Source the Applications environment file
2. Run make -f ins_forms.mk install
by ahmadbilal
Thu Jan 10, 2008 3:21 am
Forum: Order Management
Topic: list of values for order type in quotes form
Replies: 3
Views: 1162

visit following

http://oracle.anilpassi.com/steps-to-se ... pes-3.html

its for BSA change it to <b>ORDER</b>
by ahmadbilal
Thu Jan 10, 2008 2:49 am
Forum: Order Management
Topic: list of values for order type in quotes form
Replies: 3
Views: 1162

need to define new order / line transaction type
set
<b>Negotiation Flow := Negotiation Flow - Generic
Default Transaction Phase :- Negotiation</b>
by ahmadbilal
Tue Jan 08, 2008 1:48 pm
Forum: Order Management
Topic: Problem while creating release for BSA
Replies: 2
Views: 1122

there must be some problem with price list setup.
check QP Custom Source profile if its on then off and then try it.


secondly create new price list with same item and process it for debugging purpose.
by ahmadbilal
Sat Jan 05, 2008 3:54 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: Alerts in receivables
Replies: 2
Views: 902

i am using following query in alerts to get higest value cheque bounced. modify it according to your requirement SELECT rc.customer_number, rc.customer_name, COUNT (acra.receipt_number), SUM (acra.amount) INTO &output1, &output2, &output3,&output4 FROM ar_cash_receipts_all acra, ra_c...
by ahmadbilal
Thu Jan 03, 2008 7:19 am
Forum: Oracle Forms & Reports
Topic: how to use status bar in oracle developer
Replies: 3
Views: 2980

Dear Tahir,

i got your point. this link is for assistance not exact solution you need to work on this pattern (use beans and SQL).