Home » Applications » Oracle Fusion Apps & E-Business Suite » GL enquiries (EBus 11i)
GL enquiries [message #442874] Thu, 11 February 2010 02:03 Go to next message
sbuda84@gmail.com
Messages: 2
Registered: February 2010
Location: South Africa
Junior Member

Hi i need help with writing the three scripts

GL Open Bal :

GL_ACCOUNT
GL_ACCOUNT_TYPE
OPEN_BALANCE
PERIOD_NAME

(For table "GL Open Bal" Please provide a record count and total for field "Open_Balance")

GL Close Bal :

GL_ACCOUNT
GL_ACCOUNT_TYPE
CLOSING_BALANCE
PERIOD_NAME

(For table "GL Close Bal" Please provide a record count and total for field "Closing_Balance")


Journal Approvers :

Employee
Authorization Limit
Approvers

(For table "Journal Approvers" Please provide a record count)

I'm really struggling with this as I'm an Oracle Apps dba and a newbei in Oracle Apps.

You help is appricated.

Thanks
Sibusiso




Re: GL enquiries [message #442924 is a reply to message #442874] Thu, 11 February 2010 06:53 Go to previous messageGo to next message
vamsi kasina
Messages: 2112
Registered: October 2003
Location: Cincinnati, OH
Senior Member
You may need to provide sample data and required output.

By
Vamsi
Re: GL enquiries [message #442926 is a reply to message #442924] Thu, 11 February 2010 06:55 Go to previous messageGo to next message
sbuda84@gmail.com
Messages: 2
Registered: February 2010
Location: South Africa
Junior Member

Hi

does this make sense


SELECT cc.concatenated_segments "GL Account",
cc.gl_account_type "Account Type",
nvl(sum(bal.begin_balance_dr - bal.begin_balance_cr + bal.period_net_dr - bal.period_net_cr),0) "Closing Balance",
bal.period_name "Period Name"
FROM gl_code_combinations_kfv cc,
gl_balances bal
WHERE cc.code_combination_id = bal.code_combination_id AND bal.period_name ='ADJ-2009' AND bal.set_of_books_id ='1' GROUP BY cc.concatenated_segments,
cc.gl_account_type,
bal.period_name
ORDER by cc.concatenated_segments;
Re: GL enquiries [message #443282 is a reply to message #442926] Sun, 14 February 2010 21:39 Go to previous message
vamsi kasina
Messages: 2112
Registered: October 2003
Location: Cincinnati, OH
Senior Member
Anyway you got the answer in the OTN thread.

By
Vamsi
Previous Topic: inventory items import issue (merged 2)
Next Topic: Dependent package of per_all_people_f table
Goto Forum:
  


Current Time: Fri Apr 26 01:30:39 CDT 2024