Search found 615 matches

by ahmadbilal
Mon Jan 15, 2007 2:17 am
Forum: Application DBA & System Administration
Topic: Performance tunning of Oracle applications
Replies: 28
Views: 8625

Use top Command To View resource utilization(When you Feel More Resource Utilization then normal also check your reports there might be probelms in report{more Links and Formula Columns You Used Report ill gone slower}). [quote]After 3 or 4 hours Oracle financial system works very slowly and user re...
by ahmadbilal
Sat Jan 13, 2007 3:43 am
Forum: Reports (Only Oracle Apps Reports)
Topic: Useful queries for Oracle EBS
Replies: 46
Views: 45305

<b>To Check Application--> Responsablity and Asssigned Menu</b> SELECT DISTINCT e.application_name, a.responsibility_name, a.LANGUAGE, b.responsibility_key, c.user_menu_name FROM apps.fnd_responsibility_tl a, apps.fnd_responsibility b, apps.fnd_menus_tl c, apps.fnd_menus d, apps.fnd_application_tl e...
by ahmadbilal
Sat Jan 13, 2007 3:38 am
Forum: Reports (Only Oracle Apps Reports)
Topic: Useful queries for Oracle EBS
Replies: 46
Views: 45305

<b>Check User --> Application and assigned responsiblity</b> select unique u.user_id, substr(u.user_name,1,30) user_name, SubStr(A.APPLICATION_NAME,1,50) Application, SubStr(R.RESPONSIBILITY_NAME,1,60) Responsiblity From fnd_user u, FND_USER_RESP_GROUPS G, fnd_application_tl A, FND_RESPONSIBILITY_TL...
by ahmadbilal
Sat Jan 13, 2007 2:12 am
Forum: Reports (Only Oracle Apps Reports)
Topic: Useful queries for Oracle EBS
Replies: 46
Views: 45305

<b>To Check Open inventory Periods</b> SELECT summary.organization_id organization_id, ood.organization_code organization_code, ood.organization_name organization_name, periods.period_name period_name, periods.OPEN_FLAG ,periods.PERIOD_CLOSE_DATE , periods.period_year period_year, periods.period_sta...
by ahmadbilal
Sat Jan 13, 2007 1:30 am
Forum: Reports (Only Oracle Apps Reports)
Topic: Useful queries for Oracle EBS
Replies: 46
Views: 45305

<b>To Check Period Status</b> This query will help to get information of periods status (open/close) of different Oracle Apps modules. SELECT ROWID, (SELECT application_short_name FROM fnd_application fa WHERE fa.application_id = gps.application_id) application, (SELECT NAME FROM gl_sets_of_books gs...
by ahmadbilal
Fri Jan 12, 2007 4:05 am
Forum: Reports (Only Oracle Apps Reports)
Topic: Useful queries for Oracle EBS
Replies: 46
Views: 45305

<b>Get Average Runtime of A Concurrent</b> SELECT fcp.description "Description", TRUNC (AVG ( ( TO_NUMBER (TO_CHAR (actual_completion_date, 'SSSSS')) - TO_NUMBER (TO_CHAR (actual_start_date, 'SSSSS')) ) / 60 ), 2 ) "Time in Min." FROM fnd_concurrent_programs_vl fcp, fnd_concurren...
by ahmadbilal
Fri Jan 12, 2007 2:39 am
Forum: Reports (Only Oracle Apps Reports)
Topic: Useful queries for Oracle EBS
Replies: 46
Views: 45305

<b>How To Check Current Status Of Request</b> SELECT r.request_id, r.phase_code, r.status_code, r.request_date, r.requested_start_date, r.hold_flag, r.parent_request_id, r.last_update_date, u1.user_name updated_by_name, r.actual_start_date, r.completion_text, r.actual_completion_date, u2.user_name r...
by ahmadbilal
Fri Jan 12, 2007 2:13 am
Forum: Reports (Only Oracle Apps Reports)
Topic: Useful queries for Oracle EBS
Replies: 46
Views: 45305

Useful queries for Oracle EBS

. <b>To check responsibility which contact given function</b> 1. To get form Id from database SELECT FUNCTION_ID, USER_FUNCTION_NAME FROM FND_FORM_FUNCTIONS_TL You can also use SELECT FUNCTION_ID, FUNCTION_NAME FROM FND_FORM_FUNCTIONS 2. Pass The obtained Function id or function name to following qu...
by ahmadbilal
Wed Jan 10, 2007 5:25 am
Forum: Oracle Forms & Reports
Topic: UNIQUE DATA INSERT IN THE FORM
Replies: 1
Views: 920

in form buider apply when_validate_item triger on name text item write code there

select count(name) into v_cnt variable name
from table name
where name = :text item name;

if v_cnt <> 0 then
raise form trigger failure


hope you can understand
by ahmadbilal
Wed Jan 10, 2007 5:21 am
Forum: Oracle Forms & Reports
Topic: hiding password
Replies: 2
Views: 1180

add text field in canvas
set item property
conceal data = yes
by ahmadbilal
Wed Jan 10, 2007 1:13 am
Forum: Reports (Only Oracle Apps Reports)
Topic: modify standard report and create non-standard
Replies: 2
Views: 2752

Dear, there two things about this Q 1-oracle metalink will not support and recomand customization in standard reports 2-Oracle developer report builder used for customization 3-all standard report are text reports(output in text file) good practice is to design all customize reports in bitmap report...
by ahmadbilal
Tue Jan 09, 2007 11:54 am
Forum: Oracle Databases
Topic: Difference Between 'YYYY' and 'RRRR'
Replies: 1
Views: 3878

Dear Kashif, Consider you have a date field in database at the time of insertion consider follwing If NLS_DATE_FORMAT="DD-MON-YY" 10-JAN-1822 raises an error in Oracle7. Inserts 10-JAN-1822 in Oracle8. 10-JAN-22 is inserted as 10-JAN-1922 10-JAN-95 is inserted as 10-JAN-1995 If NLS_DATE_FO...
by ahmadbilal
Tue Jan 09, 2007 11:15 am
Forum: General / Others
Topic: GUI changes in oracle ebs r12
Replies: 0
Views: 1977

GUI changes in oracle ebs r12

It's expected that the E-Business Suite Release 12 will feature an updated user interface, codenamed <font color="pink">"Project Swan." </font id="pink"> Aside from the unfortunate implication that the existing 11i user interface is an ugly duckling, Project Swan has so...
by ahmadbilal
Mon Jan 08, 2007 8:44 am
Forum: Oracle Forms & Reports
Topic: Run Report 9i From Form 9i (Urgent)
Replies: 1
Views: 3849

Dear Fahad,
please visit
topic.asp?TOPIC_ID=109

feel free to contact for further support
by ahmadbilal
Fri Dec 15, 2006 5:07 am
Forum: Oracle Databases
Topic: ORA-12224: TNS: no listener
Replies: 2
Views: 2083

have you check
1-tnsnames.ora at client end
2-init.ora global databasse name
3-port on which listner work