What's value for status_code of GL_Daily_Rates?
There are 3 possible status codes in this table: 'C', 'O', 'D'
Status_code 'C' indicates that the daily rate is not used by any set of books that has average-balances enabled;
Status_code 'O' indicates that the daily rate is used by at least one set of books that has average-balances enabled;
Status_code 'D' indicates that the rate is to be deleted.
The status_code is not set depending on whether you entered the rate via the form or the interface table, but depending on which sets of books use the rate type.
Related Posts of What's value for status_code of GL_Daily_Rates?
-
Mobile users and objects to the new table space experiments
Note: This experiment does not contain the user object lob User: lizi the original table space: lizi new table space: lizi1 View user situation: SQL> select * from dba_users where username = 'LIZI'; USERNAME USER_ID PASSWORD ACCOUNT_STATUS ...
-
Journal Import Issue
Journal Import Issue • No Group ID: To import all data for that source that has no group ID. Use this option if you specified a NULL group ID for this source. • All Group IDs: To import all data for that source that has a group ID. Use this option to ...
-
Oracle Analysis Function
Oracle Analysis Function FUNCTION_NAME (<argument>, <argument> ...) OVER (<Partition-Clause> <Order-by-Clause> <Windowing Clause>) SELECT t.transaction_date, t.item_id, t.quantity, SUM (decode (t.transaction_type, 'R ...
-
return a default record - sys_context
The AskTom seen on a post, using sys_context, a little meaning. here is the table: create table t1 (code varchar2 (10), language varchar2 (10), dscr varchar2 (10)); with this data: insert into t1 values ( 'X', 'EN', 'english_dscr& ...
-
Oracle SQL exquisite SQL (Reprinted)
rn Recently due to the reasons of work, in the painstaking research Oracle. Just found the article to this vote, reproduced over. Convert row to switch out the ranks of DROP TABLE t_change_lc; CREATE TABLE t_change_lc (card_code VARCHAR2 (3), q NUMBE ...
-
Find the remaining useful life of assets in fixed assets
select decode ( fab.conversion_date, NULL, fab.life_in_months - floor (months_between ( fdp.CALENDAR_PERIOD_CLOSE_DATE, fab.prorate_date)), fab.life_in_months - floor (months_between ( fdp.CALENDAR_PERIOD_CLOSE_DATE, fab.deprn_start_date))) - Into du ...
-
How to re-open the prior period for FA?
Assumptions: 1> now open for the FA during the AUG-09, and AUG-09 is not allowed affairs; 2> assumption book_type_code = 'xxxx book', AUG-09 during the corresponding number period_counter = 20000; Requirements: JUL-09 re-open period (du ...
-
Payables Accounting Process Analysis of invoice entry
Payables Accounting Process Analysis of invoice entry Problem: Invoices state accounted for by the Yes to No, then Yes the course of the demonstration 1. 20090224-1 invoice number generation, authentication / create accounting entries, the current Ac ...
-
oracle analytic functions (2)
2. Rank function description Introduction to the use of rollup and cube functions, we look at rank the following series of functions are used. Question 2. I would like to find out that a few months in various parts of the total phone bill rankings. Q ...
-
Forms Developer Notes
Will be frequently updated to add! ! ! NO1: SQL * FORMS 3.0, some important shortcuts Show Keys F8 Accept F4 Next Field Tab Previous Field Shift + Tab Previous Block F10 Next block Shift + F1 Undo Ctrl + F1 Cut Ctrl + F5 Paste Ctrl + F6 Insert Record ...













Leave a Reply