Centralized PCOLL_CONTROL, PS_TXN, etc. tables

Hi Fellows,
I'm working on a J2EE application using BC4J, STRUTS and OC4J. I want to allow users to connect using different database users, to do that I use myApplicationModule.connect() and it works fine.
Nevertheless, when I use myPool.checkinWithSessionState() it tries to create PCOLL_CONTROL and PS_TXN in the schema of the connected user.
I have found that you can use jbo.server.internal_connection to specify which database connection should be used to create this tables, but that would force me to hard code that connection information.
Given all this, how can I set the internal connection database URL programmatically?
Thanks a lot for your help.
P.S.: I'm using JDeveloper 3.2.3 and Oracle9iAS 1.0.2.2

Hi again,
I'm not sure if I'm doing something wrong, but the JNDI datasource idea doesn't seem to work.
I have tried setting jbo.server.internal_connection to java:comp/env/jdbc/myDataSource, to jdbc/myDataSource, to myDataSource and even to jdbc:oracle:thin:myUser/myPassword@myHost:myPort:mySID and the temporary tables are still triyng to be created in user that is connected to the ApplicationModule.
Does anybody have some ideas about what can I be doing wrong?
Mauricio Peccorini

Similar Messages

  • Na Data available in SFLIGHT, SCARR etc tables by Default after installatio

    Hi Everyone,
    I have successfully managed to install the SAP NetWeaver 7.01 SR1 ABAP Trial Version. I can now login using user BCUSER. However when I checked SAP's standard training tables such as SCARR, SFLIGHT etc from package SAPBC_DATAMODEL. There are no database entries.
    Are there any post processing steps that needs to be done in order to import data in these tables?
    Thanks in advance for your help.
    Warm Regards,
    Amit

    Hi,
    I found note 123445 which resolved my query.
    Warm Regards,
    Amit

  • Where/how to download employees etc tables in SQL Fundamentals I, II books

    I just installed Oracle 10g on my Windows XP. Wondering where and how to download those tables in the Oracle Database 10g: SQL Fundamentals books? So I can follow the books' examples.
    Thanks in advance,
    Dennis

    Hi,
    When you install the DB and use the option to create a db (or create a db using dbca) you have a option to select if you want to install the example schema.
    Here you can get more information about the sample schema:
    - http://www.idevelopment.info/data/Oracle/DBA_tips/Database_Administration/DBA_33.shtml
    - http://www.dbasupport.com/oracle/ora10g/sampleSchema.shtml
    - http://www.adp-gmbh.ch/ora/misc/sample_schemas.html
    The schema owner of table employees is hr. If you are connect as sys you need to run DESC HR.EMPLOYEES to see if this schema is installed.
    to import it use:
    imp system/xxxx file=xxxx.dmp log=xxxx.log fromuser=hr touser=hr
    You can install it mannualy:
    Run scrip mksample.sql. The first two arguments are the password for system and sys, respectively, followed by the six passwords for hr, oe, pm, ix, sh and bi, respectively, followed by the default tablspace and the default temp tablespace. (Take a look in the first link I post above to see the details of this kind of installation ;) )
    e.g:
    @?/demo/schema/mksample passwd_system passwd_sys pw_hr pw_oe pw_pm pw_ix pw_sh pw_bi users temp c:\temp\ora_schema_log
    Cheers,
    Francisco Munoz Alvarez
    http//www.oraclenz.com
    Edited by: F. Munoz Alvarez on Sep 21, 2008 11:08 AM

  • Tax, excise .etc table

    Dear All
    I need to print the excise tax & other tax information of the raw material in goods Receipt report. Please let me know table in which these information is stored.
    Thanks
    ravi

    The Table name used to find the Tax Values are
    KOMV: Pricing Communications-Condition Record
    KONV: Conditions (Transaction Data)
    From the above tables you can refer the fields below.
    KAWRT
    KBETR
    Fetch the corresponding records based on the field
    KNTYP
    Regards,
    Baburaj

  • Query regarding passivation and PS_TXN tables

    Hi All ,
    I am working on a read only Dashboard UI where the DB user has only read privileges.
    The jbo.server.internal_connection uses the same DB connection to create PS_TXN & PS_TXN_SEQ tables which fails for obvious reasons & I get the error -
    "Couldnot create persistence table PS_TXN_seq".
    I have disabled passivation at all the VO levels and also disabled jbo.isSupportsPassivation to be false at the AMLocal level , but still I am getting this error.
    I have also increased the initial AM pool size in bc4j.xcfg & Connection Pool at the weblogic server level to avoid snapshots been written to this table.
    Is there any way I can prevent any interaction with this table as the client too is not interested in any kind of passivation to happen for the time being.
    Thanks

    Thanks for your reply Chris.
    Chris Muir wrote:
    You might be taking the wrong approach to solving this. Rather than disabling the AM pooling (which btw is not supported by Oracle) to the database, instead you can get ADF to passivate to file or memory of the app server.I am confused as to what exactly jbo.ampool.issupportspassivation = false does then ? I read on one of the blogs that its a viable use case for Programatic VOs ?
    Also regarding passivating to file system as per http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/bcstatemgmt.htm#ADFFD1307 , its not really a recommended approach.. hence was not going for that.
    Can you please throw some more light ?
    Thanks

  • BC4J temp tables & database role

    There are two essential BC4J temp tables (PCOLL_CONTROL, PS_TXN), along with others: http://www.oracle.com/technetwork/developer-tools/jdev/overview/bc4j-temp-tables-087270.html
    We have 'sysadmin' role associated in our Development DB, the passivation store table PS_TXN is populated as expected.
    However, in our production DB, we ONLY manually created the two above tables granted with Insert/Delete/Update/Select permissions (DBA will NOT agree to assign 'sysadmin' role), PS_TXN is not populated at all, which results in some session management issue in our application.
    So the question is: What is the proper database role to associate with for the temp tables to work properly (in our case, we use SQL server data source).
    Thank you,

    Mike, you need at least to add a sequence (PS_TXN_SEQ if I remember right) do you need to add a grant to create a sequence.
    Timo

  • Background Job table

    Hi All,
    I am new to ABAP. as per our client requirement we need to call background job though a abap code.
    How can we retrive background jobs? where/in which tabl are names of backghround job saved?

    Hi,
    please check out the below link it will help you
    http://help.sap.com/saphelp_46c/helpdata/en/73/69ef3d55bb11d189680000e829fbbd/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/4a/2d513897110872e10000009b38f889/content.htm
    http://www.finance.utoronto.ca/fast/qrg/nav/commonrptfcns/runrptbackgr.htm
    the following list is the available system tables
    ADCP Person/Address assignment (central address administration)
    ADIRACCESS Table to store keys for TADIR objects
    ADR2 Telephone numbers (central address admin.)
    ADRP Persons (central address administration)
    APQD DATA DEFINITION Queue
    APQI Queue info definition
    D010SINF ABAP- Information about ABAP program source code
    E071 Change and Transport System- Object Entries of Requests/Tasks
    E07T Change and Transport System- Short Texts for Requests/Tasks
    ENLFDIR Additional Attributes for Function Modules
    INDX System table INDX
    NAST Message Status
    STXH STXD SAPscript text file header
    T005 Countries
    T005S Taxes- Region (Province) Key
    T005U Taxes- Region Key- Texts
    T006 Units of Measurement
    T015M Names of the months
    T247 Month name and short text
    T777A Building Addresses
    TADIR Directory of Repository Objects
    TBTCO Job status overview table
    TBTCP Batch job step overview
    TFDIR Function Module
    TFTIT Function Module Short Text
    TSP03L Spool- Long device names
    TSTC SAP Transaction Codes
    TSTCT Transaction Code Texts
    TUTYP User Types in Current Price List in SAP System
    TUZUS Special versions
    TVARV Table of variables in selection criteria
    TVDIR View Directory
    US930 Data Relevant to Measurement for User Master Record
    USR01 User master record (runtime data)
    USR02 Logon data
    USR04 User master authorizations
    USR06 Additional Data per User
    USR14 Surchargeable Language Versions per User
    USR21 Assign user name address key
    ARCH_OBJ Objects for archiving and reorganization
    BTCUED Description of user event IDs for background processing
    BTXSUPB BSI- Upgrade-Information
    CCCFLOW Client Copy Control Flow
    DBSTATC DB Optimizer Control (Statistics Creation)
    DEVACCESS Table for development users
    DEVL OBSOLETE- Do not use (See TCETRAL)
    E070 Change and Transport System- Header of Requests/Tasks
    E070L CTS- Index for Assigning Numbers to Requests/Tasks
    INSTVERS Documentation for installation Status and History
    PAT03 Patch Directory
    SDBAC DBA Action Table
    T100 Messages
    TAPLT Program Application Long Texts
    TASYS OBSOLETE- Do not use, see TCEDELI
    TDEVC Development Classes
    TEMSE Temp Sequential table.
    TLOCK Change and Transport System- Lock Table
    TNAPR Processing programs for output. Can be very handy to find the print program for a SAPScript.
    TNAST Printed output control table
    TPFET Table of profile parameters
    TPFHT Profile header, administration data for profiles in DB
    TPROT Table contains all DD tables to be logged
    TRBAT Communication Table for Transport Control
    TRDIRT Title texts for programs in TRDIR
    TRESN Table of Naming Conventions in ABAP Workbench
    TRJOB Job ID for Coordinating Batch-ABAP/UNIX for Transports
    TSP03C Spool- Device Description Extension
    TST03 TemSe data
    TSYST OBSOLETE- Do not use (see TCESYST)
    TWSYS OBSOLETE- Do not use (See TCETRAL)
    USOBT Relation transaction - authorization object
    USR03 User address data
    USR05 User Master Parameter ID
    USR12 User master authorization values
    USR40 Table for illegal passwords
    USR41 User master- Additional data
    UST04 User masters
    VARIT Variant texts
    VARID Variant directory
    D010TAB Table for Use Report---Tables
    DD02L SAP tables
    DD02T R/3 DD- SAP table texts
    DD03L Table Fields
    DD03T DD- Texts for fields (language dependent)
    EDIDC IDOC Control Records
    EDIDOT Short description of IDoc types
    EDID2 IDOC segments (version 3.1)
    EDID4 IDOC segments (version 4.6)
    EDSEA EDI- Table of all segments of current release
    VRSX2 Central Table for Version Management (Report Source)
    TSE05 Can add parameters to the INSERT COMMAND (IC). Then, when you insert command, your info appears in the editor. Useful for comment blocks, common section of code, etc.
    CDPOS Change document items
    CDHDR Change document header
    T529A governs the foreground sequence of infotypes the system will use to prompt the user during online and batch processing. You will have to code your BDC to follow that sequence of creating infotypes.
    T588Z governs the dynamic event processing that will only take place during online user inputs. For BDC's you will have to create separate BDC's to handle any infotypes that are inserted dynamically by this table.
    T588M Infotype Screen Control
    ***********please reward points if the information is helpful to you*************

  • If each of my family members have Elements on their computers, can we all share central catalog?

    Like most families, each of our family members have their own camera. Rather than having catalogues on individual computers, can we share the one single catalogue from a central NAS drive etc?

    Hi Hatstead,
    A NAS drive is just a sharable network drive that all computers can see. The Adobe Revel suggestion is a good one. I will give it a try but not sure if it will support all the metadata tags that I have in Adobe Elements in order to view the photos/videos in different ways. It would also appear that if each family member will be uploading more photo's etc allowed for by the free licence that I will be up for the premium subscription for each of them per year. Do you know if this is the case and will it support the Elements Metadata tags?
    Many Thanks
    John

  • Two iterators browsing the same data (a table and a tree) problem

    I have an ADF UIX application with a navigation tree and a central page with a table of the records of a Works view object.
    There is a hierarchical relationship of Works ->Subworks-> Tasks which is shown in the tree. In the central part of the page, there is a table of Works.
    I want
    1) the tree to show all the data, but only about 10 works at a time (using small arrows for scrolling up and down)
    2) the table to show only 10 or 20 records each time. Not the same with the tree.
    3) Both clicking on a link on the tree and selecting a work on the table will open the appropriate page.
    4) Opening the children of a node in the tree and clicking on the links being able to send me directly in the correct subwork or task page EVEN if I haven't visited the parent node (work) first.
    I cannot seem to be able to succed in the "even if" part of 4 and I can succeed in only any 2 of the first three.
    If the tree iterator and table iterator point to the same view object (work1 for example), it is impossible to show a different set of works in the tree and the table
    If I use different view objects, then, if the tree part is working, the table selection doesn't work. I imagined that's a problem with "SetCurrentRowWithIndex" and I tried to set up correctly a "SetCurrentRowWithKey" event, but I didn't know how to write the handler. (I use JHS event handling, by the way)
    I suppose the following has errors:
    <event name="setCurrentRowWithKey" source="GetaeergView1">
    <set target="${bindings.GetaeergView1Iterator}" property="currentRowKeyInRange" value="${ui:tableSelectedKey(uix, 'GetaeergView1')}"/>
    </event>
    Any suggestions?

    Noone has tried this again?

  • How to extract data from multiple tables (always got errors)

    Dear Experts,
    I have a simple mapping to extract data from multiple tables as a source (A, B, C) to a target table (X). Below is the picture:
    (Sources)....(Target)
    A----------------***
    B----------------X
    C----------------***
    Sample Source Data:
    Table A:
    ColA1
    100
    200
    etc
    Table B:
    ColB1 ColB2 ColB3
    10 Y Ten
    20 Y Twenty
    30 Y Thirty
    etc
    Table C:
    ColC1 ColC2
    11
    12
    13
    etc
    Target table (X) should be (just has 1 group INGRP1):
    ColA1 ColB1 ColB3 ColC1
    100 10 Ten 11
    100 10 Ten 12
    100 20 Twenty 21
    etc
    Scenarios:
    1. Directly map from A, B, C to X. Unable to map with error message: "API8003: Connection target attribute group is already connected to an incompatible data source. Use a Joiner or Set operator to join the upstream data first before connecting it into this operator."
    2. Map each source to Expression Operator and then map from each Expression to target table. I am able to map all attributes successfully but got error when validating it with message: "VLD-1104: Attributes flowing into TEST.EXPR_SRC.INGRP1 have different data sources."
    How can I achieve the correct mapping for this purpose?
    Use Joiner? I have no key to join the sources
    Use Set? The sources have different number of columns
    Thanks in advance
    Prat

    Thanks Nico,
    I think it will results data like this:
    100 10 Ten 11
    200 20 Twenty 12
    300 30 Thirty 13
    etc
    and not the expected:
    100 10 Ten 11
    100 10 Ten 12
    100 20 Twenty 21
    etc
    But it inspired me to solve this by adding key expression in each source table (B & C) to be joined to table A with this formula:
    100+TRUNC(INGRP1.COLB1,-2)
    Regards
    Prat

  • Taking More Time while inserting into the table (With foriegn key)

    Hi All,
    I am facing problem while inserting the values into the master table.
    The problem,
    Table A -- User Master Table (Reg No, Name, etc)
    Table B -- Transaction Table (Foreign key reference with Table A).
    While inserting the data's in Table B, i need to insert the reg no also in table B which is mandatory. I followed the logic which is mentioned in the SRDemo.
    While inserting we need to query the Table A first to have the values in TableABean.java.
    final TableA tableA= (TableA )uow.executeQuery("findUser",TableA .class, regNo);
    Then, we need to create the instance for TableB
    TableB tableB= (TableB)uow.newInstance(TableB.class);
    tableB.setID(bean.getID);
    tableA.addTableB(tableB); --- this is for to insert the regNo of TableA in TableB.. This line is executing the query "select * from TableB where RegNo = <tableA.getRegNo>".
    This query is taking too much time if values are more in the TableB for that particular registrationNo. Because of this its taking more time to insert into the TableB.
    For Ex: TableA -- regNo : 101...having less entry in TableB means...inserting record is taking less than 1 sec
    regNo : 102...having more entry in TableB means...inserting record is taking more than 2 sec
    Time delay is there for different users when they enter transaction in TableB.
    I need to avoid this since in future it will take more time...from 2 sec to 10 sec, if volume of data increases mean.
    Please help me to resolve this issue...I am facing it now in production.
    Thanks & Regards
    VB

    Hello,
    Looks like you have a 1:M relationship from TableA to TableB, with a 1:1 back pointer from TableB to TableA. If triggering the 1:M relationship is causing you delays that you want to avoid there might be two quick ways I can see:
    1) Don't map it. Leave the TableA->TableB 1:M unmapped, and instead just query for relationship when you do need it. This means you do not need to call tableA.addTableB(tableB), and instead only need to call tableB.setTableA(tableA), so that the TableB->TableA relation gets set. Might not be the best option, but it depends on your application's usage. It does allow you to potentially page the TableB results or add other query query performance options when you do need the data though.
    2) You are currently using Lazy loading for the TableA->TableB relationship - if it is untriggered, don't bother calling tableA.addTableB(tableB), and instead only need to call tableB.setTableA(tableA). This of course requires using TopLink api to a) verify the collection is an IndirectCollection type, and b) that it is hasn't been triggered. If it has been triggered, you will still need to call tableA.addTableB(tableB), but it won't result in a query. Check out the oracle.toplink.indirection.IndirectContainer class and it's isInstantiated() method. This can cause problems though in highly concurrent environments, as other threads may have triggered the indirection before you commit your transaction, so that the A->B collection is not up to date - this might require refreshing the TableA if so.
    Change tracking would probably be the best option to use here, and is described in the EclipseLink wiki:
    http://wiki.eclipse.org/Introduction_to_EclipseLink_Transactions_(ELUG)#Attribute_Change_Tracking_Policy
    Best Regards,
    Chris

  • XI 3.0 Installation Problem: no central managment server running

    Hi, I am totally new to BO our company just purchased the application and I have installed XI 3.0 on one of our server. I have setup the DB and the installation finished successfully. However I can't find CMS anywhere on the server. It seems like all the other XI 3.0 components are there Business view manager, central configuration manager, etc. they are all in the program list.
    The only thing I didn't install is Tomcat. In Central configuration Manager ther Server Intelligence Agent is running. When I try to connect to the server in Business view Manager I receive the following error "The system servername cannot be contacted, but there is no Central Managment Server running at port 6400."
    During the installation for "Web Application Server" part I checked the "other" option since I want to use IIS. I have a feeling I need to do some type of post configuration for IIS? Where do I perform this?
    Our setup is:
    Window Server 2003 SP2 with all the latest window updates
    The latest XI 3.0 (I downloaded it from the product page)
    My questions are:
    1. Does XI work with IIS at  all?
    2. Do I need to install Tomcat and run some kind of connector to have IIS work?
    3. What am I missing for my XI 3.0 it seem the core component is missing (CS)?
    Edited by: Amy Williams on Sep 24, 2008 11:18 AM
    Moved from Xcelsius forum to BOE Administration

    Hi Allan,
    In answer to your questions - XI 3.0 does not have an IIS interface right now.  You will need to install a java application components in order to access the end user interface for viewing reports (InfoView), the report viewers, the web services and SDKs and the management console (CMC).  The easiest way to do this is to choose the default Tomcat components in the installation and work from there.
    If you left everything else as default, then you will have all the necessary application components installed to get the system up and running.  It may just be that your CMS has not started for some reason.  Try stopping and restarting the Server Intelligence Agent (SIA) in the Central Config Manager (CCM) - found in the Start/Programs/Business Objects group.
    Once started, try clicking on the "Manage Servers" icon of the CCM (the one with a server and a check mark on it).  This should allow you connect to the system and see which servers have started.  IF you cannot connect, the next step would be to check the windows Event Log.  See if the CMS service started OK.  If it didn't the log should provide you with more information, which you can post here for further assistance.
    If it did, and you still cannot connect, you may need to review your network firewall settings and/or your DEP status (see the properties panel for My Computer, choose the Advanced tab, select the Performance settings button, then the Data Execution Prevention tab).
    Happy hunting.
    Derek.

  • AR DATA FLOW (TABLE LEVEL) - INVOICE편

    제품 : FIN_AR
    작성날짜 : 2003-09-16
    AR DATA FLOW (TABLE LEVEL) - INVOICE편
    =====================================
    PURPOSE
    이 문서에서는 AR table들에 대해 어떻게 data가 들어가는지에 대해
    설명한다.
    Invoice transaction을 기준으로 설명한다.
    Explanation
    1. Invoice
    User가 invoice를 입력하면, 아래의 table들에 data가 insert된다.
    o RA_CUSTOMER_TRX_ALL (Invoice Header)
    o RA_CUSTOMER_TRX_LINES_ALL (Line Details)
    o RA_CUST_TRX_LINE_GL_DIST_ALL (Information for posting to GL)
    o RA_CUST_TRX_LINES_SALESREPS_ALL (Sales Credit Information)
    일단, invoice가 "Complete"되면, 아래의 table에 한줄(혹은 그 이상)이
    추가로 Insert된다.
    o AR_PAYMENT_SCHEDULES_ALL (Running Totals for Invoice Amounts)
    대체로 하나의 invoice는 하나의 Payment schedule record를 가지지만,
    만약 할부(Installment)로 Pay처리되는 invoice라면, installment하나당
    하나의 Payment schedule record를 가진다.
    | | /| |
    | TRX |---------------<-| PAYMENT |
    | | \| SCHEDULE |
    | |
    | |
    ^ -------
    /|\ |
    ------------ |
    | | |
    | TRX_LINES | |
    _| | |
    / ------------ |
    | | | |
    \__/ | |
    ^ |
    /|\ |
    | |
    | GL_DIST |
    | |
    1.1 RA_CUSTOMER_TRX_ALL
    Invoice의 Header정보(Customer, Invoice Number, date.. etc)를 담고 있는 table이다.
    Invoice하나당 한줄의 정보가 Insert된다.
    Key = CUSTOMER_TRX_ID (generated from sequence RA_CUSTOMER_TRX_S)
    Important Fields
    TRX_NUMBER - User Entered Invoice Number
    CUST_TRX_TYPE_ID - Foreign key to RA_CUST_TRX_TYPES
    BILL_TO_CUSTOMER_ID - Foreign Key to RA_CUSTOMERS
    SHIP_TO_CUSTOMER_ID - Foreign key to RA_CUSTOMERS
    TRX_DATE - Invoice Date
    COMPLETE_FLAG - Y or N
    1.2 RA_CUSTOMER_TRX_LINES_ALL
    Invoice의 Line정보(수금 item및 금액, Tax등)가 insert되는 table이다.
    Invoice하나당 한줄이상을 가진다.
    Key = RA_CUSTOMER_TRX_LINE_ID (from sequence RA_CUSTOMER_TRX_LINES_S)
    Important Fields
    CUSTOMER_TRX_ID - Foreign key to RA_CUSTOMER_TRX
    LINE_TYPE - LINE, TAX, FREIGHT
    QUANTITY_INVOICED - Line Quantity
    UNIT_SELLING_PRICE - Price per unit
    EXTENDED_AMOUNT - Quantity * Price
    LINK_TO_CUST_TRX_LINE_ID - Null for LINE, for TAX and FREIGHT lines
    contains the RA_CUSTOMER_TRX_LINE_ID of
    associated LINE record
    1.3 RA_CUST_TRX_LINE_GL_DIST_ALL
    GL로 Posting될 정보가 담겨져 있다.
    Invoice Line당 한줄 + Invoice Header 한줄로 이루어져 있다.
    (예를들어, Invoice의 Line이 총 3줄이라면, RA_CUST_TRX_LINE_GL_DIST_ALL table에는 총 4줄의 정보가 담기게 된다.)
    Key = CUST_TRX_LINE_GL_DIST_ID (from sequence)
    Important Fields
    CUSTOMER_TRX_ID - Foreign key to RA_CUSTOMER_TRX
    CUSTOMER_TRX_LINE_ID - Foreign key to RA_CUSTOMER_TRX_LINES or
    Null if this relates to Invoice Header.
    AMOUNT - Value of distribution - entered currency
    ACCOUNTED_AMOUNT - Value of distribution - book currency
    CODE_COMBINATION_ID - Foreign key to GL_CODE_COMBINATIONS
    POSTING_CONTROL_ID - -3 if unposted
    GL_DATE - Accounting date.
    GL_POSTED_DATE - Date Invoice posted to GL.
    1.4 RA_CUST_TRX_LINE_SALESREPS_ALL
    해당 invoice가 입력될때 함께 입력된 Sales Person에 대한 정보가
    담겨져 있다.
    1.5 AR_PAYMENT_SCHEDULES_ALL
    해당 invoice에 대해서 Line, Tax, 운송비 등 각각의 항목에 대한 Total값과
    Remaining값을 담고 있다.
    대체로 Invoice당 한줄이 insert된다.
    Key = PAYMENT_SCHEDULE_ID (from sequence AR_PAYMENT_SCHEDULES_S)
    Important Fields
    CUSTOMER_TRX_ID - Foreign key to RA_CUSTOMER_TRX
    STATUS - (OP)en or (CL)losed
    ACTUAL_DATE_CLOSED - 31-DEC-4712 if still open, otherwise
    date payment schedule closed.
    GL_DATE_CLOSED - 31-DEC-4712 if still open, otherwise the
    gl date of the closing transaction.
    AMOUNT_DUE_ORIGINAL - Invoice Total Amount
    AMOUNT_DUE_REMAINING - Total Amount outstanding for Invoice.
    AMOUNT_LINE_ITEMS_ORIGINAL - Sum of Invoice Line amounts.
    AMOUNT_LINE_ITEMS_REMAINING - Outstanding Line amounts.
    TAX_ORIGINAL - Total Tax for Invoice.
    TAX_REMAINING - Outstanding Tax for Invoice
    FREIGHT_ORIGINAL - Total Freight For Invoice
    FREIGHT_REMAINING - Outstanding Freight
    AMOUNT_APPLIED - Total payments applied to this Invoice.
    AMOUNT_CREDITED - Total Credit Memos applied.
    AMOUNT_ADJUSTED - Total value of adjustments.
    The payment schedule should balance within itself, ie the following
    calculations
    should be true:-
    AMOUNT_DUE_ORIGINAL = AMOUNT_LINE_ITEMS_ORIGINAL
    + TAX_ORIGINAL
    + FREIGHT_ORIGINAL
    AMOUNT_DUE_REMAINING = AMOUNT_LINE_ITEMS_REMAINING
    + TAX_REMAINING
    + FREIGHT_REMAINING
    AMOUNT_DUE_ORIGINAL = AMOUNT_DUE_REMAINING
    + AMOUNT_APPLIED
    - AMOUNT_CREDITED
    + AMOUNT_ADJUSTED
    Reference Documents
    Note : 29277.1

    Hello,
    The basic flow of data is
    ERP tables - source snapshots - source views (eg MRP_AP%) - staging tables (MSC_ST%) - ODS tables ( MSC%)
    Check out note 412375.1. This is the flow for sales order data for ASCP.
    regards
    Geert

  • Comment in Table Cells

    I'm working in a table and what to add comments to some of the cells. When I click in to the text in a cell, the "Comment" on the Insert menu is greyed out (not available). If I select a cell, Comment is available but the comment bubble is positioned as central to the whole table. What I want is different comments in different cells - how do I do this?
    Thank you
    Ian

    Hi Ian,
    Welcome to Pages discussions.
    Yes that would be a nice feature for sure.
    If the ability to position comments is important to you please at the top of your screen to the right of the blue Apple click "Pages" then click "Provide Pages Feedback". This will send your suggestion to the Pages team directly. I've sent many as well.
    Sincerely,
    RicD

  • Getting Data from 2 different table and saving it in the third table

    Hi,
    My question is i have 2 different table where the data is stored. And Nothing is at Level0 and i don't need it.
    Table A will be at Level1, this is a scroll and depending on this value the level2 grid will be populated with the values.
    Say for example Table A is groups; data e.g., Cars, MotorBike etc
    Table B will have the data for Group Cars: Holden, Toyota, Honda etc., MotorBike: Honda, Suzuki, Yamaha etc.,
    Now lets say there are 3 divisions in the company AA , BB
    Division AA has been allocated group Cars only
    Division BB has been Allocated Both Cars and MotorBikes.
    To do this i have used a query view where depending on the Division i choose the group and then i get the required fileds.
    Now my Problem is that i need to save this data in table C but on the ad-hoc basis can't write a query with in the code to do that.
    tried using work record on the scroll but i cant do that as well. Any Suggestions?
    One more thing when the Page open this data should be pre-populated on the page depending on the division, the user will not be able to select anything from the prompt.
    Edited by: 952330 on Aug 12, 2012 8:32 PM

    I hope I can clarify:
    For our purposes here:
    Table 1 = "Step 2 - Product Sizes"
    Table 2 = "Option id Master"
    Table 3 = "Export - Product Info"
    Table 1:
    The user would enter values for "productcode," "Horz," and "Vert"
    "Size" would auto fill based on values in Horiz and Vert (I have this taken care of already).
    Table 2: This is a completely static table that I want to search against. - Data from other tables in the doc does not alter or change the data in this doc.
    We just want to look at table 2. Find the existing value in "table 2 : size" column that matches the "table 1 : size" column  and then pull the "optionids" and "productprice" from that row.
    Can the value from "Table 1 : Size" be used as a search term in "Table 2 : Size?"
    Table 3: The user does not enter any values on this table. 
    "productcode" is pulled from table 1 - "Table 1 :: A5" = "Table 3 :: A5"
    "optionids" and "productprice" are pulled from Table 2 columns "D" and "E" - however we do not know which Table 2 row it is pulling from until we enter data in Table 1.
    As I'm writing this I'm realizing that
    A. this is probably really confusing to you.
    B. this may be impossible inside of numbers.
    If you have some other method that would facilitate the same out come but be structured differently please let me know.
    --- maybe to help you understand further what I am doing here is my current workflow:
    I record the size of a piece of art.
    Then I manually go to my "Option id Master" and find the same size.
    I then copy the corresponding "optionids" and "productprice" cells. (these options control the prices displayed on my website)
    I got to my "Export - Product Info" table and paste the values in the corresponding cells.
    I was hoping to automate this as it takes a long time when you have hundreds of products.
    Thanks for the help!

Maybe you are looking for