DBA Data[Home] [Help]

APPS.XLA_AE_LINES_PKG dependencies on STANDARD

Line 40: | add StandardAccountingReversal to spec |

36: | TAX_REC_NREC_SUMMARY_DIST_REF. |
37: | 17-FEB-2004 K.Boussema Removed array_accounting_line_name and |
38: | array_accounting_line_owner from t_rec_lines |
39: | 17-MAY-2004 W.Shen change for attribute enhancement project |
40: | add StandardAccountingReversal to spec |
41: | 21-Sep-2004 S.Singhania Made ffg changes for the Bulk Performance: |
42: | - Added new structures and global variables|
43: | - Removed the routines SetAccountingSource,|
44: | accounting_reversal and StandardAccountin|

Line 44: | accounting_reversal and StandardAccountin|

40: | add StandardAccountingReversal to spec |
41: | 21-Sep-2004 S.Singhania Made ffg changes for the Bulk Performance: |
42: | - Added new structures and global variables|
43: | - Removed the routines SetAccountingSource,|
44: | accounting_reversal and StandardAccountin|
45: | gReversal |
46: | - Added routines AccountingReversal, |
47: | set_ae_header_id, SetLineAcctAttrs, |
48: | SetAcctReversalAttrs, SetTrxReversalAttrs|

Line 543: -- STANDARD ACCOUNTING PROCESS

539: --
540: --
541: --
542: --
543: -- STANDARD ACCOUNTING PROCESS
544: --
545: --
546: --
547: --

Line 811: , p_standard_source IN VARCHAR2

807: | |
808: +======================================================================*/
809: PROCEDURE SetRevAccountingSource (
810: p_accounting_source IN VARCHAR2
811: , p_standard_source IN VARCHAR2
812: , p_source_code IN VARCHAR2
813: , p_source_type_code IN VARCHAR2
814: , p_source_application_id IN NUMBER
815: )

Line 827: , p_standard_source IN NUMBER

823: | |
824: +======================================================================*/
825: PROCEDURE SetRevAccountingSource (
826: p_accounting_source IN VARCHAR2
827: , p_standard_source IN NUMBER
828: , p_source_code IN VARCHAR2
829: , p_source_type_code IN VARCHAR2
830: , p_source_application_id IN NUMBER
831: )

Line 842: , p_standard_source IN DATE

838: | |
839: +======================================================================*/
840: PROCEDURE SetRevAccountingSource (
841: p_accounting_source IN VARCHAR2
842: , p_standard_source IN DATE
843: , p_source_code IN VARCHAR2
844: , p_source_type_code IN VARCHAR2
845: , p_source_application_id IN NUMBER
846: )