Oracle Payables Automation Process

Hiii All,
I am trying to call "Mass Additions Create" program from "Payables Transfer to General ledger" program.
Actually the "Payables Transfer to General ledger" program is a Oracle report.so i am trying to call that program using FND_REQUEST.SUBMIT_REQUEST.
But i am facing a error
Cause: FDPSTP failed due to ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to 'MASS_ADDITIONS_CREATE'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
But i have passed both the mandatory parameters GL_DATE and BOOK, even though im facing the error.
Here it is my script
DECLARE
v_org_id number;
v_gl_date date;
v_book varchar2(200);
req_id number;
v_user_abc number;
v_resp_id_abc number;
v_appl_id_abc number;
cursor c1 is select sysdate from dual;
cursor c2 is select FND_PROFILE.VALUE('ORG_ID') from dual;
cursor c3 is SELECT BOOK_TYPE_CODE FROM AP_FA_TABLE WHERE ORG_ID=v_org_id;
BEGIN
select user_id
into v_user_abc
from fnd_user
where upper(user_name) = 'CLOVER1';
select responsibility_id, application_id
into v_resp_id_abc, v_appl_id_abc
from fnd_responsibility_tl
where upper(responsibility_name) ='SEBI HO PAYABLES'
and language = 'US';
fnd_global.APPS_INITIALIZE(v_user_abc,v_resp_id_abc,v_appl_id_abc);
open c1;
fetch c1 into v_gl_date;
close c1;
open c2;
fetch c2 into v_org_id;
close c2;
open c3;
fetch c3 into v_book;
close c3;
SRW.USER_EXIT('FND SRWINIT');
IF (:p_debug_switch in ('y','Y')) THEN
SRW.MESSAGE('1','After SRWINIT');
END IF;
SRW.MESSAGE ('15', 'Before trying to submit Mass Additions Create');
req_id := FND_REQUEST.SUBMIT_REQUEST
'SQLAP', -- application short name
'APMACR', -- program short name
'Mass Additions Create', -- description
NULL, -- start date
FALSE, -- sub-request
v_gl_date, --gl_date
v_book, --book
IF NVL(req_id,0) = 0 THEN
SRW.MESSAGE ('16', 'ERROR trying to submit Mass Additions Create');
ELSE
SRW.MESSAGE ('17', 'Mass Additions Create submitted successfully, Req.
ID:'|| to_char(req_id));
END IF;
END;
Thanks & Regards
Ajay Kumar

Bobby468 wrote:
I want to know how the .FMB will identify the corresponding .FMX file correctly for the corresponding module. The same way you would identify a .exe file was compiled from a C-Sourcefile and linked with a library: you can't. Likewise you also don't need the .fmb file to run a form, just the fmx file.
The fmb file is the sourcefile, the fmx file the executable. As said an analogy would be if you'd have a C-Application except the c-sourcefiles are not binary.
cheers

Similar Messages

  • Integration of BPEL Process Manager with Oracle Plociy Automation(OPA)

    Hi,
    Can any one tell me how to integrate the BPEL Process Manager with Oracle Plociy Automation(OPA).

    Hi,
    Can any one tell me how to integrate the BPEL Process Manager with Oracle Plociy Automation(OPA).

  • URGENT!! oracle payables - payables accounting process

    Hi,
    I entered invoices, made payments for it. I have been able to build an format payments. I have also generated the final payment register. But when i try to run the Payables Accounting process it gives an error :
    MSG MSG-00002
    MSG MSG-00003
    MSG MSG-00004
    MSG MSG-00005
    MSG MSG-00006
    &CALLING SEQUENCE
    ERR REP-1419: 'beforereport': PL/SQL program aborted.
    program exited with status 3
    cause: the program terminated, returning status code 3.
    so can anyone help me out with this prob.
    thanks
    guest.

    Hello Narayan,
    It would appear so. When this process for some reason stumbles on one errored invoice all (or most) invoices that are part of the process at that time arent even changable untill the error is fixed AND the proces has been succesfully submitted.
    It might be that we are using the process in the wrong way, however there is no obvious way to avoid what I just described.
    Regards,
    .Mark.

  • Oracle Policy Automation 10.2.0

    Oracle Policy Automation 10.2.0 is now available via Oracle E-Delivery (http://edelivery.oracle.com/)
    This release includes updated media packs for Oracle Policy Modeling and the Oracle Policy Automation runtime for both Java and Microsoft .NET Framework. The updated media pack for Oracle Policy Automation Connector for Siebel 10.2.0 will be available at a later date.
    This release includes:
    * Translation Support - Excel spreadsheets that contain all the translatable parts of a rulebase, that are updated with the new strings to be translated when you modify attributes, rules or screens.
    * Entity Containment - New hierarchical data model that simplifies data collection, debugging, and rule authoring when using relationships.
    * Pluggable Determinations Server - New extensibility model for Determinations server that allows you to do pre- or post-processing of incoming data, or do as needed retrieval of data from an external data source, for example.
    * Interview Web Service - Create fully customized stateful interview experiences in your GUI technology of choice
    * Interview Screen Preview - Preview interview screens without having to go through the entire interview
    * Flexible Interviews - Entity-level goals on the summary screen, more control over labels used for entity collection, and more
    * "Not Currently Known" operator allows a rule to work out if a question has been asked.
    * Additional string functions - as requested by users
    * Entity Equality - ability to write rules that compare one entity instance with all the other instances in a collection
    * Revised look and feel for Word/Excel 2007 (also applies to Word/Excel 2010)
    * New Parsers and Improved Right-to-Left support: Arabic, Hebrew, Turkish, German, Finnish, Chinese (Traditional)
    * Native Subversion Support: Check files in and out directly from an Apache Subversion repository without a MSSCCAPI connector, and see differences using Word's track changes feature
    * Custom Function Enhancements: Support for temporal values and improved natural language syntax.
    * Support for self-referential rules, e.g. the person's tax payable = the person's tax payable for the current tax year + for (the prior tax year, the person's tax payable)
    * Greater Platform Support: Windows 7 x64, Microsoft Office 2010, .NET Framework 4.0, Oracle VM, Microsoft Visual Studio Team Server 2010
    * Enhanced Upgrade wizard: The entity containment and interview screen changes require all existing rulebase projects to be upgraded to the new data model structure.
    Please read the release notes, installation guide and security guide included in each media pack for more details.
    The release build number is 10.2.0.110.0

    1. In the current version, OPM doesn't directly deploy to anything other than local TomCat. You'll need to manually refresh your WebLogic environment with the latest rulebase.
    2. I'm not aware of an ADF sample. I assume your goal is to host Web Determinations interviews in an ADF UI?
    3. You should use OPA instead of OBR if you need any of the following:
    a) Rules in natural language in any of the supported OPA languages (English, Chinese, French, Spanish, Portuguese, etc....)
    b) Rules in Word/Excel document format that can be easily shared with business users
    c) Interactive interviews for guided decision making, where questions can be automatically generated from rules, and screens are shown only as needed to make progress towards an answer
    d) Detailed decision reports of which rules and data were used to reach a decision
    e) Productized integration with Siebel or SAP
    f) Rich test case development and regression testing capabilities
    More generally OPA is very good at determinations. I.e. reaching the one right decision given a set of input data. It is not a good fit for optimization problems where the goal is to seek the best outcome given a series of constraints. It is also good at taking a large set of law/policy documents are managing them as interconnected rules. It is possible to efficiently manage thousands of pages of material as an OPM project.
    For ADF development, anywhere you have a process that involves a complex decision step, or a calculation that depends on complicated rules that may change frequently or need good business visibility, OPA is a good choice.
    Davin.

  • Have problem in payables accounting process

    Hi all,
    i have faced a problem in the PAP process.Actually after matching with Po and made pay in full ,i ran the PAP(payables accounting process).but it is completed with warning.when i check the log file it send the following error message.please help me out to solve the problem.
    MSG MSG-00002: Check that AX is not installed before calling the accounting engine
    MSG MSG-00003: AX is not installed, Calling the accounting engine
    MSG MSG-00004: After the call to AP_Accounting_Engine_Pkg.Do_Accounting
    MSG MSG-00005: Error occured in the accounting process
    MSG MSG-00006: Error Message: ORA-20100: File o0039034.tmp creation for FND_FILE failed.
    You will find more information on the cause of the error in request log. occurred in
    &CALLING_SEQUENCE
    with parameters (&PARAMETERS)
    while performing the following operation:
    &DEBUG_INFO
    ERR REP-1419: 'beforereport': PL/SQL program aborted.
    Program exited with status 3
    Please help to solve the process and let me know what is the AX installation.
    Thanks,
    AKASH

    As you mentioned that you have recently installed Cash Management, it seems the system is unable to derive the accounts related to Cash Clearing. Please verify your setbup for Bank Accounts and Payables Documents. Also log an SR with Oracle Support.
    HTH

  • Issue with Payables Accounting Process

    I have an issue right now with Payables Accounting Process. Is says:
    Oracle Payables: Version : 11.5.0 - Development
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    APACCENG module: Payables Accounting Process
    Current system time is 25-AUG-2009 13:23:41
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_START_DATE='2009/08/02 00:00:00'
    P_END_DATE='2009/08/23 00:00:00'
    P_JOURNAL_CATEGORY='All'
    P_SUB_TRANSF_TO_GL='N'
    P_SUB_JOURNAL_IMP='N'
    P_VALIDATE_ACCTS='Y'
    P_SUMMARIZE_FLAG='N'
    P_COMMIT_CYCLE='50'
    P_ORG_ID='81'
    P_DEBUG_SWITCH='N'
    P_TRACE_SWITCH='N'
    P_RUN_ACCT_REPORT='N'
    APPLLCSP Environment Variable set to :
    Current NLS_LANG Environment Variable is :
    American_America.UTF8
    MSG-00002: Check that AX is not installed before calling the accounting engine
    MSG-00003: AX is not installed, Calling the accounting engine
    MSG-00004: After the call to AP_Accounting_Engine_Pkg.Do_Accounting
    MSG-00005: Error occured in the accounting process
    MSG-00006: Error Message: ORA-20100: File o0002869.tmp creation for FND_FILE failed.
    You will find more information on the cause of the error in request log. occurred in
    &CALLING_SEQUENCE
    with parameters (&PARAMETERS)
    while performing the following operation:
    &DEBUG_INFO
    REP-1419: 'beforereport': PL/SQL program aborted.
    Report Builder: Release 6.0.8.20.2 - Production on Tue Aug 25 13:23:41 2009
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter Username:
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 820318.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Output is not being printed because:
    The print option has been disabled for this report.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 25-AUG-2009 13:23:43
    I had a similar issue writing to the UTL_FILE_DIR with the AR Interface and was able to resolve that by checking the read/write permissions on the UTL_FILE_DIR sat in the init.ora. However, the strange thing here is I still get the same error for Payables Accounting Process.
    Any insights would be greatly appreciated.
    Thanks,
    Don

    This issue has been resolved. But the solution for me was totally unrelated to the error message that came up with this issue.
    We had rollback issues in average and layer cost worker under Bills of Material. And after applying patch 3325415, this issue was also resolved.
    This issue has been answered but if anyone has any ideas on how this issue got resolved by patch 3325415, i'd like to understand.
    Thanks,
    Don

  • Oracle Payables - APXIIMPT  - Invalid Sequence rejections

    Hello Guys:
    My Business users are complaining that they are getting lot of rejections while running APXIIMPT ( Payable Open Interface Report for Invoices) due to invalid sequence error. We logged a TAR with oracle and I am not getting any where after this. The support tech expects me to work with her as a functional consultant but I am not. I am pasting the response from the Support tech.
    Can any one give me more details on How to check this? I would really appreciate it.
    We are using Standard Invoice - STDINV
    The first statement says we need to check the document category code, but she never explains how to check this. I looked at the Oracle payables guide and it is completely text no diagrams.
    Regards,
    Bala
    UPDATE
    =======
    I gave you step by step on how to check the document catergory code that you are using for the invoice above.
    The rejection you are receiving is usually because you have not setup the document catergory code correctly
    Just replace the create with the name of the sequence you already have set up and
    check to see if it is setup as the above.
    For example:
    1. Application>Document>Define (query on sequence you are using for the invoice)
    A sequence can be Manual or Automatic.
    If it is Automatic an Oracle Sequence Object will be created starting
    at the designated beginning number and that sequence will be used to
    generate the document numbers. After a record in this form is
    saved, and type = Automatic, a Concurrent Process is submitted to create
    the Oracle Sequence.
    2. Examine Document Categories
    Application>Document> query on Categories assigned to sequence above
    There are numerous document categories already defined for Oracle Payables.
    The default category used in creating Voucher numbers for Payables Invoices
    in the Invoice Workbench is STD INV.
    If the Payables "Option Allow Document Category Override" in the
    Invoice region is checked, the Document Category can be changed to any category
    that has a Table Name of AP_INVOICES_ALL.
    3. Assign Document Sequence to a Category.
    Application>Document>query on Assign
    In the Documents Region, indicate the application, the document category,
    the set of books, and the method of entering the sequence number.
    The method is Automatic, Manual, or Null.
    THIS IS THE MOST COMMON SOURCE OF ERROR.
    The method is used to tell the system how the record is being created:
    a. Manual means that the record is being created by a form such
    as the Invoice Workbench.
    b. Automatic means the record is being created by a Concurrent
    Process such as Invoice Import.
    Setting the assignment as Automatic, will result in an error when
    trying to enter an invoice using the Invoice Workbench.

    For whatever it is worth....
    This is resolved by ledger set up--> Accounting Setups and adding the balancing segments for which the accounts relate to.

  • List of Individuals in Oracle Payables AME Workflow

    Hi all,
    I want to create 'List of Individuals in Oracle Payables AME Workflow'.
    For Example:- If I initiate approval my invoice from Oracle Payables then I want to see a list of particular employees to whom I'm willing to forward the invoice.
    This particular functionality is available in Oracle purchasing but I'm unable to perform this functionality in Oracle Payables.
    Please help me at your earliest.
    Shariq

    i explain my need :
    i want to have the list of standard workflow processes defined for functions in HRSS.
    So i want to know if they are saved in a system table, if it is the case, which program i must execute to have the result..
    i read in this manual "Oracle Self-Service Human Resouces Deploy Self-Service Capability Guide" Chapter 4 that :
    " SSHR uses workflow processes to combine related functions into a single transaction (for example, to add Special Information Types to Change Assignment or to Personal Information). and to control the transaction flow between the initiating user and other users such as a manager, an HR professional, or an applicant.
    You use the Workflow Builder to look at the delivered processes which have been designed to support typical business processes."
    i want to know which business processes are supported by SSHR.
    thank you very much for your help
    Edited by: user638405 on 27 oct. 2010 13:46

  • Are there any APIs to create an Invoice in Oracle Payables?

    Hi,
    We have a requirement to import the invoices from the operational systems. We will be making approximately 7,000 checks a day. We need to import all these payments information into Oracle Payables as Invoices and then process the payments out of Oracle payments module. We are on EBS 12.1.1
    Were there any APIs to create the invoices directly in Payables as it comes from custom application? We could use payables open interface but as we would like to integrate the payables module with custom application it would be nice if invoice creates directly in Payables through APIs.
    Thanks,

    In the enterprise edition I am able to create all the below objects.But The job is not running after file arrival.
    Could you please me in this case also.
    BEGIN
      DBMS_SCHEDULER.create_credential(
        credential_name => 'LOCAL_CREDENTIAL',
        username        => 'upncommon',
        password        => '*******');
    END;
    BEGIN
      DBMS_SCHEDULER.create_file_watcher(
        file_watcher_name => 'test_file_watcher',
        directory_path    => '/home/upncommon/pub',
        file_name         => 'sample2.sh',
        credential_name   => 'LOCAL_CREDENTIAL',
        destination       => NULL,
        enabled           => FALSE);
    END;
    BEGIN
      DBMS_SCHEDULER.create_program(
        program_name        => 'file_watcher_test_prog',
        program_type        => 'STORED_PROCEDURE',
        program_action      => 'PROC_SCH',
        number_of_arguments => 1,
        enabled             => FALSE);
    END;
    BEGIN
      DBMS_SCHEDULER.define_metadata_argument(
        program_name       => 'file_watcher_test_prog',
        metadata_attribute => 'event_message',
        argument_position  => 1);
    END;
    BEGIN
      DBMS_SCHEDULER.create_job(
        job_name        => 'file_watcher_test_job',
        program_name    => 'file_watcher_test_prog',
        event_condition => NULL,
        queue_spec      => 'test_file_watcher',
        auto_drop       => FALSE,
        enabled         => FALSE);
    END;
    BEGIN
      DBMS_SCHEDULER.set_attribute('file_watcher_test_job','parallel_instances',TRUE);
    END;
    EXEC DBMS_SCHEDULER.enable('test_file_watcher');
    EXEC DBMS_SCHEDULER.enable('file_watcher_test_prog');
    EXEC DBMS_SCHEDULER.enable('file_watcher_test_job');

  • Oracle Payables Witholding Tax Accounting Entries

    Can someone please confirm the accounting entries in regards to withholding tax in Oracle Payables.
    Are these correct?
    At the time of payment creation:
    DEBIT: ACCOUNTS PAYABLES $100
    CREDIT: CASH $80
    CREDIT: WITH-HOLDING TAX PAYABLE $20
    When witholding tax invoice is created:
    DEBIT: WITH-HOLDING TAX PAYABLE $20
    CREDIT: ACCOUNTS PAYABLE $20
    When witholding tax invoice is paid:
    DEBIT: ACCOUNTS PAYABLE $20
    CREDIT: CASH $20
    Is WITH-HOLDING TAX PAYABLE a liability account through all entries or is there an expense account in the picture as well.
    Thanks
    Asim

    Hello Asim.
    Yes, the accounting entries are correct and there are no expense accounts involved in this process.
    Octavio
    (Chartered accountant)

  • Oracle Payables Integration With Documentum Content Managment System

    Hi there,
    I'm working for a customer who has the requirement to add "attachments" to invoices in Oracle Payables. The attached documents will not be stored in Oracle, but will be links to documents stored in the Documentum content management system. Clicking on the link will retrieve the document and display it.
    The problem is I am a complete novice when it comes to developing for Oracle Payables. Documentum provides an extensive java API that I have a lot of experience using but can I get at that from within Payables?
    Can anyone point me at the correct documentation/websites to get me going?
    Many Thanks
    Paul

    You can attach a URL to an invoice using standard attachments, just query up an existing invoice and click on the "paperclip" attachments icon in the toolbar, enter the sequence, category, description and enter "Web Page" as the data type, then put the URL in the File or URL field.
    You could also do the above steps automatedly via PL/SQL (or Java) by calling the appropriate FND attached documents API to insert the data into the required tables.
    Gareth
    Blog: http://garethroberts.blogspot.com
    Web: http://www.virtuate.com

  • Oracle Policy Automation sessions at Oracle OpenWorld 2010

    S317710 on Tuesday 21st September at 12:30PM in the Westin Market St Hotel, Olympic Room
    Presenter: Davin Fifield
    Topic: Interactive guidance for dummies. A new rule-driven alternative to SmartScript.
    In this session:
    * Delivering Web-based self-service guidance, call center decision-making, and face-to-face assessments that comply with complex policies, and are easy to update and maintain
    * Integrating Oracle Web Determinations with Siebel CRM
    * Oracle Policy Automation roadmap
    S318037 on Wednesday 22nd September at 11:30AM in Moscone West L2, Rm 2009
    Presenters: Kerry Holling of NSW Department of Community Services, Marc Cullen of Exeter Group, Dan Filippo of Deloitte
    Topic: Panel session. Integrated Automation of Policy and Downstream Process to Increase Efficiency
    In this session:
    * Improving the quality and timeliness of mandatory child welfare reporting at NSW Department of Community Services
    * Reducing waiting times and improving outcomes at the Massachussetts Department of Motor Vehicles
    * Delivering efficient veteran payments at the Defense Finance Accounting Service
    S317158 on Tuesday 21st September at 5:00PM in Moscone West L2, Rm 2011
    Presenter: Peter Still
    Topic: Agile Revenue Administration with Policy Management and Automation Solutions

    As per Brad's message above, Microsoft Office 2010 64-bit is not supported in the current release (OPA 10.3.0).
    To use OPA, you need to use a supported version of Microsoft Office.
    OPA 10.3 System Requirements: http://www.oracle.com/technetwork/apps-tech/policy-automation/documentation/opa10-3-systemreqs-451965.pdf
    Cheers,
    Jasmine

  • Oracle COM Automation

    We are getting an Error Unable to Open IPC Connection while using COM Automation feature of Oracle 8i.
    As specified in the documentation Listener.ora and TNSNames.ora are configured. The listener process is also running properly. But, still we are gettin this problem. What do we do?.
    Domain Name : BSSL
    Database Name : SATS
    SID : SATS
    TNSNames.ORA
    ===========
    # D:\ORACLE\ORA81\NETWORK\ADMIN\TNSNAMES.ORA Configuration File:D:\Oracle\Ora81\network\admin\tnsnames.ora
    # Generated by Oracle Net8 Assistant
    EXTPROC_CONNECTION_DATA.BSSL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    SATS.BSSL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = vmk)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = SATS)
    Config.ORA
    ==========
    # D:\ORACLE\ORA81\NETWORK\ADMIN\LISTENER.ORA Configuration File:D:\Oracle\Ora81\network\admin\listener.ora
    # Generated by Oracle Net8 Assistant
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = vmk)(PORT = 1521))
    (DESCRIPTION =
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    (ADDRESS = (PROTOCOL = TCP)(HOST = vmk)(PORT = 2481))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\Oracle\Ora81)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = SATS)
    (ORACLE_HOME = D:\Oracle\Ora81)
    (SID_NAME = SATS)
    After Installing Oracle, If we get this error, is the only solution Re-installing Oracle? Often this is troubling with this error? Can we rely on this option and continue to use Oracle COM Automation feature in our Application?
    Please suggest.
    My mail id:
    [email protected]
    [email protected]
    null

    can we use this COM Automation with Oracle 9i Application server
    and Oracle 8i database?
    Please help me.
    Thanks in advance.
    Saravanan

  • Need help -- Oracle Financial 11i vs r12 (Oracle Payable and Oracl Payment)

    Dear all
    I'm newbie in Oracle Application and request for your help to answer my questions.
    Background:
    Three years ago, my company was planning to implement ERP Oracle Financials.
    To facilitate the plan, an open bidding was established to find the best implementing company with affordable price.
    The bidding document was created when Oracle Financials was 11i.
    When the contract was signed 2 years ago, by my company and the winning company, it is mentioned that the version installed must be the latest one.
    At the response to requirements, the winning company stated that the payment activity will be facilitated by Oracle Payable.
    Now, the project is going on and the Oracle has the r.12 version.
    Problem:
    At 11i, there was only one module related to payment activities, i.e. Oracle Payable.
    At r.12, Oracle has a new modul, i.e. Oracle Payment, which was subdomain of Oracle Payable.
    Question:
    1. Is my opinion about the relationship between Oracle Payable and Oracle Payment above correct?
    2. Does my company has its right to ask for Oracle Payment in the installation?
    3. If the answer to number 2 is yes, what is the base for it?
    Thank you for explanation.
    Sorry if I raise a too-simple question.
    Regards,
    Dodydh
    Edited by: 840286 on 28-Feb-2011 03:28

    Hi Dodydh,
    I am afraid, your statement 'At r.12, Oracle has a new modul, i.e. Oracle Payment, which was subdomain of Oracle Payable.' is not correct.
    Oracle Payments is an upgrade version of Oracle iPayments of 11i and this module is expected to serve Self service modules. But Payment Batches which is part of Oracle Payables has been moved to Oracle Payments.
    You can very well ask them to implement Payment Batches (Processes relating to Funds Disbursement) but not the entire module.
    Please let me know if you require further info.
    Regards,
    Sridhar

  • Excel to oracle tables automation

    Hi Gurus,
    I want to load data from excel(data exist for each table/Tab in the file) into oracle tables(unix environment). Loading should be done using sqlldr and with proper error handling.
    How can I implement this automation process.?
    Thanks in advance.

    Hi,
    I am using oracle 10g on the server side, and on the client machine only oracle client software installed. I will have the excel with different spreadsheets per table on the same client machine. can you help me in this scenario, as I dont have personal experience to automate the things like this.
    Thanks

Maybe you are looking for

  • Frm-41211 SSL error

    When i'm running the reports from a form under Forms6i it is giving an error like FRM:41211 integration error.SSL failure running another product. please give me the solution. Regards, Suresh.B

  • Usage of delivery without reference to sales order

    Hi , I want to know in which business scenarios we will create the delivery document without reference by usiing VL01NO followed by billing document. Anticipating a positive response Best Regards, Goutham

  • Recording direct from PC, Xtreme Gamer

    Hi all, I know this question has been asked before, but I couldn't find it in a forum search, so I don't mind a link to a previous answer to this, and that is; how do I record directly from the PC and not the microphone. I am using Jing Pro to record

  • Channels getting in scheduled status

    Hi , All the channels in PI is getting in scheduled status , the channels were working fine till 1 PM , but all of a sudden the status oof massages are going to scheduled state. There is no blocked queue in SMQ1 and SMQ2 , even there is no error in R

  • How can a button in a component change text in main

    I have created a new component and moved a combobox from the main app to this component. In the main app I've include the component and it works marvelous. Also in the main app I have a label id="myLabel". Now I want to change the text from myLabel w