Search found 14 matches

by imrankhan
Sun Nov 09, 2008 3:29 am
Forum: Reports (Only Oracle Apps Reports)
Topic: Report Security if Request group Is Same
Replies: 1
Views: 1629

Report Security if Request group Is Same

hi to all..
please can any one is know the function settings for providing security to report without hard coding it in report...
my client requirement is like that it has two different application user accessing the same responsibility and same request group in the request group we are assigning ...
by imrankhan
Sun Nov 09, 2008 3:10 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: All po's matched to an invoice
Replies: 3
Views: 2949

<font face="Arial"></font id="Arial"><font color="red"></font id="red">
hi.............
if u want to match purchase order with invoice in ap_invoice_All table
there is one column po_header_id but if it will not work then go into the
ap_invoice_distributions_all see the column po_distribution_id ...
by imrankhan
Thu Oct 09, 2008 2:05 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: AP transfer to GL
Replies: 3
Views: 1383

hi friend
if we post program transfer to general ledger through srs window
we have number of parameter in that
like
gl_date from to gl_date,report is required or not and one important parameter called journal import we have to submit from there.it is compalsary to get that other wise your data will ...
by imrankhan
Wed Sep 17, 2008 2:53 pm
Forum: Application Implementation Method (AIM)
Topic: regarding implementaions and support
Replies: 1
Views: 2129

regarding implementaions and support

can any one tell me what is main difference between implementation
and support side
if we are doing implementaion what are different instances are there
and how as technical person we are working there .........
by imrankhan
Tue Sep 16, 2008 12:27 pm
Forum: Application DBA & System Administration
Topic: how to write shell script to deploy invoice report
Replies: 0
Views: 794

how to write shell script to deploy invoice report

how to write shell script to deploy invoice report in application
by imrankhan
Tue Sep 16, 2008 11:45 am
Forum: Reports (Only Oracle Apps Reports)
Topic: How to develop Purchase Order XML Report using XML
Replies: 1
Views: 1839

hi friends it very easy to develope the xml report using the template
builder
u need to follow following steps
1) convert the o/p of current program to xml format
2) submit the request from srs window and it will generate xml o/p
4) then save the o/p in director
4) design the template using the ...
by imrankhan
Tue Sep 16, 2008 11:39 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: Gl interface Error
Replies: 4
Views: 5773

u need to pass the proper values to journal import program like
u need to give proper sourece information
becuase import program will validate ur data befor insert into ur
base tables like gl_je_headers,gl_je_lines,gl_je_batces
by imrankhan
Tue Sep 16, 2008 7:48 am
Forum: Application DBA & System Administration
Topic: DFF customize
Replies: 1
Views: 1195

following steps u have to follow
1) first retrieve the base name of ur fom
2) go to appl dev responsibiltiy >appl>register
by base table table name retrive the record
3)copy the title name and go to segment form with title name retrieve
the record
4) after that unfreeze the flexfield segment
5 ...
by imrankhan
Tue Sep 16, 2008 7:30 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: In GL interface status is "ER09".
Replies: 4
Views: 7669

please go to folowing navigation
in order to corret ur journal record .
journal import:correct;
retrieve ur record and correct by givig proper value to record
by imrankhan
Tue Sep 16, 2008 7:24 am
Forum: Application DBA & System Administration
Topic: how to deploy form on server
Replies: 1
Views: 1261

how to deploy form on server

I have two form servers working onsite. What care shall I take to ensure my new form will work?
by imrankhan
Tue Sep 16, 2008 7:14 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: Expenses Reports and Credit Cards-Payables
Replies: 5
Views: 1735

suppose employee of company is went outside of his company
for some projects work,so company has to pay the expense of
the employee
iexpense responsibility user will able to access the form through
internet. and it will submit the expense report
u need not to do any setup u have to understand to ...
by imrankhan
Tue Sep 16, 2008 7:08 am
Forum: Financials (GL, AP, AR, FA & CM)
Topic: Journal category
Replies: 12
Views: 4118

in lov u can select only one value at a time
and for one journal u will not able to select two category
so please dont try it.
by imrankhan
Tue Sep 16, 2008 6:50 am
Forum: Application DBA & System Administration
Topic: parameter In Gl Interface in backend
Replies: 1
Views: 1252

fnd_request.submit_request is easily seen inthe toad
write package name and press f4 key on key board u will get whole details information how many parameters we have to pass
by imrankhan
Tue Sep 16, 2008 6:46 am
Forum: Application DBA & System Administration
Topic: About GL interface
Replies: 1
Views: 1341

hi friend
main base table for gl_interface is gl_je_headers,gl_je_lines and
gl_je_batches so ur interface program will transfer data to these three table.