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 532: -- STANDARD ACCOUNTING PROCESS

528: --
529: --
530: --
531: --
532: -- STANDARD ACCOUNTING PROCESS
533: --
534: --
535: --
536: --

Line 800: , p_standard_source IN VARCHAR2

796: | |
797: +======================================================================*/
798: PROCEDURE SetRevAccountingSource (
799: p_accounting_source IN VARCHAR2
800: , p_standard_source IN VARCHAR2
801: , p_source_code IN VARCHAR2
802: , p_source_type_code IN VARCHAR2
803: , p_source_application_id IN NUMBER
804: )

Line 816: , p_standard_source IN NUMBER

812: | |
813: +======================================================================*/
814: PROCEDURE SetRevAccountingSource (
815: p_accounting_source IN VARCHAR2
816: , p_standard_source IN NUMBER
817: , p_source_code IN VARCHAR2
818: , p_source_type_code IN VARCHAR2
819: , p_source_application_id IN NUMBER
820: )

Line 831: , p_standard_source IN DATE

827: | |
828: +======================================================================*/
829: PROCEDURE SetRevAccountingSource (
830: p_accounting_source IN VARCHAR2
831: , p_standard_source IN DATE
832: , p_source_code IN VARCHAR2
833: , p_source_type_code IN VARCHAR2
834: , p_source_application_id IN NUMBER
835: )