Search found 130 matches

by siva sankar
Sat Mar 14, 2009 12:24 pm
Forum: Financials (GL, AP, AR, FA & CM)
Topic: Payment Document shows Partial accounted
Replies: 2
Views: 992

Hi, first check the following table. select * from ap_accounting_events_all where event_status_code <>'ACCOUNTED' Here you can chack the following column event_status_code='ACCOUNTED WITH ERROR' if this error occur you may need to run the undoatg script. If this error occur you can raise the SR and ...
by siva sankar
Sun Feb 08, 2009 12:49 pm
Forum: Financials (GL, AP, AR, FA & CM)
Topic: AP Payment
Replies: 1
Views: 723

Hi, We can find out the batch status in following way. Go to payment batch and press F11 enter status column as Selecting Selected Built Formatting Formatted Confirming and enter respective Paygroup then Ctl+F11. I am sure your batch is selected in above either one status.either you can confirm the ...
by siva sankar
Fri Jan 23, 2009 11:04 am
Forum: Reports (Only Oracle Apps Reports)
Topic: How To add parameters in custom report
Replies: 1
Views: 1473

Hi,

You can add the report parameters like this.

select * from ap_checks_all where trunc(check_date) between &from_check_date and &To_check_date;

I hope you can understood now.

Thanks & Regards,

Siva
by siva sankar
Wed Dec 03, 2008 1:29 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: Segment Values Meaning
Replies: 2
Views: 1012

Hi, Please check with following query. SELECT DISTINCT(ffv.FLEX_VALUE),ffv.DESCRIPTION FROM fnd_id_flex_segments fis,FND_FLEX_VALUES_vl ffv WHERE fis.FLEX_VALUE_SET_ID=ffv.FLEX_VALUE_SET_ID AND END_DATE_ACTIVE IS NULL AND fis.SEGMENT_NAME=' key flexfield Segment name' if any more queries please let ...
by siva sankar
Tue Nov 11, 2008 3:08 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: FA depreciation and retirements
Replies: 1
Views: 614

Hi,

please find the seeded reports in FA.

India - Depreciation detail report.
Journal Entry Reserve Ledger Report
Asset Retirements Report

if you want more clarification,Please let us know.

Thanks & Regards,

Siva
by siva sankar
Fri Nov 07, 2008 1:15 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: how to do DD payment in payable
Replies: 3
Views: 1076

Hi, While doing DD payment following accounting entries will generate. Invoice Level Accounting: ----------------------------- Charge Account Dr Liability Account Cr Payment Level Accounting: Liability Account Dr Pay order account Cr Please let me know if any clarifications Thanks & Regards, Siva
by siva sankar
Wed Oct 22, 2008 8:48 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: In AP - Voided payment could not be accounted
Replies: 4
Views: 1418

Hi,

Please run the following request.

Navigation:
AP-->view-->Requests-->Submit New request-->Single request

Payables accounting process

Thanks & Regards,

Siva
by siva sankar
Tue Oct 21, 2008 1:45 am
Forum: Business Intelligence (BI)
Topic: Daily Financial Intelligence Report
Replies: 5
Views: 5049

Hi,

Please provide me the exact requirement and what are the columns you required in the report.

Thanks & Regards,

Siva
by siva sankar
Tue Oct 21, 2008 1:39 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: India localisation
Replies: 1
Views: 942

Hi Hari,

Please run the following report and let me know the status.

India - Creditors Trial Balance Report

Thanks & Regards,

Siva
by siva sankar
Mon Sep 15, 2008 6:43 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: In GL interface status is "ER09".
Replies: 4
Views: 7128

In GL interface status is "ER09".

Hi All,

In my GL interface table i found some entries status is "ER09" (ER09 Default reversal information could not be determined). How to resolve the issue? and let me know the solution please.

Thanks & Regards,

Siva
by siva sankar
Mon Sep 15, 2008 5:21 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: Gl interface Error
Replies: 4
Views: 5047

Hi, Following are the GL Error codes. Period Error Codes ------------------ EP01 This date is not in any open or future enterable period. EP02 This set of books does not have any open or future enterable periods. EP03 This date is not within any period in an open encumbrance year. EP04 This date is ...
by siva sankar
Sat Nov 03, 2007 4:01 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: tecnical problem
Replies: 1
Views: 992

Hi,

Please Contact your DBA. He can try to extend the table space.
by siva sankar
Wed Oct 10, 2007 1:27 am
Forum: Oracle Databases
Topic: help sql*loader
Replies: 2
Views: 1856

Hi,

Please try this one...

LOAD DATA
INFILE ?C:\FIRST.DAT?
INFILE ?C:\SECOND.DAT?
INSERT INTO TABLE FIXED_EMP
FIELDES TERMINATED BY ?,?
(EMPNO, ENAME, DEPTNO)

if any queries please let me know.
by siva sankar
Fri Oct 05, 2007 2:00 am
Forum: Oracle Databases
Topic: Need to take the PL/SQL Program
Replies: 3
Views: 1676

Hi Uma,

Please log on to the server database,then use this query to find out the PL/SQl Procedure.

Select * from user_objects where OBJECT_TYPE='PROCEDURE'

It will shows the list of all procedure names.
Extension of the file is .SQL

If you have any queries please let me know.
by siva sankar
Tue Sep 25, 2007 9:50 am
Forum: General / Others
Topic: oracle apps technical question
Replies: 2
Views: 1236

Hi,

5.where do you test your pl/sql code?

We have different types of environments are there like Development,Testing & production.

when we are in developing stage.
we can test the pl/sql code in development environment.

If any queries please let me know