Search found 9 matches

by sivananda
Wed Aug 05, 2009 9:20 am
Forum: Oracle Projects & Property Manager
Topic: ERD Oracle Projects
Replies: 3
Views: 5822

ERD Oracle Projects

Hi,
Can anyone please provide me ERD for oracle project accounting.






Thanks,
Sivananda venkat
by sivananda
Tue Jul 07, 2009 9:33 am
Forum: HCM (Human Capital Management)
Topic: Need documents on Irec ..
Replies: 1
Views: 1358

Hi swapna,

Implementing HRMS, If you any material please sent it to me.
sivanandavenkat@in.com


thanks,
sivananda
by sivananda
Sat Jul 04, 2009 9:25 am
Forum: Order Management
Topic: Order to cash - Deliveries not created
Replies: 2
Views: 2376

Hi nusha,
Thanks for giving information, It was working now.
by sivananda
Thu Jul 02, 2009 6:30 am
Forum: Order Management
Topic: how to do the order to cash (o2c) flow
Replies: 13
Views: 11105

I have download the document and opened PDF file but document is protected from password.
when i suppose to open the doc, its showing this dialog box

This document is password protected. Inorder to view this document , please enter correct password.
by sivananda
Tue Jun 30, 2009 4:24 am
Forum: Order Management
Topic: Order to cash - Deliveries not created
Replies: 2
Views: 2376

Order to cash - Deliveries not created

Hi,
In Transaction form , I tried to lauch way pick release the order ,after that process [delivery id] need to be created to ship confirm the order.
But in my case delivery id is not created for the order . Can i know where i went worng .

plz help me.



thanks,
sivananda
by sivananda
Tue Jun 30, 2009 4:17 am
Forum: Order Management
Topic: how to do the order to cash (o2c) flow
Replies: 13
Views: 11105

Hi Ram,
Your document is protected , plz tell me the password.
sivanandavenkat@in.com



Thanks,
sivananda
by sivananda
Tue Jun 30, 2009 4:12 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: New Invoice Types in R12
Replies: 4
Views: 4556

Hi,

Invoice types in AP :
---------------------
Standared invoice
Debit memo
Credit memo
PO Defult
Mixed Invoice
Withholding Tax
Expence Invoice
Prepayment Invoice

7types of transactions are there in receivables:
------------------------------------------------------

1.invoice

2.debitmemo ...
by sivananda
Tue Jun 30, 2009 3:09 am
Forum: Reports (Only Oracle Apps Reports)
Topic: XML subtemplate
Replies: 0
Views: 3442

XML subtemplate

Hi ,

Plz give me some material on XML subtemplate.
I want to know how to use the sub template in maintemplate .
how to register subtemplate in xml publisher.


Thanks,
sivananda venkat
by sivananda
Tue Jun 30, 2009 3:06 am
Forum: Reports (Only Oracle Apps Reports)
Topic: How can i choose the join conditions in report 6i
Replies: 1
Views: 4076

Hi,
The report , you should what fileds to be displayed in report based on that pull the tables and make a proper joins to the tables.

EX:

select
pv.vendor_id
,pvs.vendor_site_id
from
po_vendors pv,
po_vendor_sites_all pvs
where
pv.vendor_id=pvs.vendor_id

In this example , vendor id and site ...