DBA Data[Home] [Help]

APPS.ARP_ACCT_MAIN dependencies on STANDARD

Line 9: -- Accounting Entry Document Type Record (Standard)

5: -- Declare PUBLIC Data Types and Variables
6: --
7:
8: --
9: -- Accounting Entry Document Type Record (Standard)
10: --
11: TYPE ae_doc_rec_type IS RECORD (
12: document_type varchar2(30) , -- E.g. INVOICE, RECEIPT, ADJUSTMENT
13: document_id number , -- E.g. Invoice Id, Receipt Id

Line 56: -- Accounting Entry Event Type Record (Standard)

52: /* Define product specific Document Type record here */
53:
54:
55: --
56: -- Accounting Entry Event Type Record (Standard)
57: --
58: TYPE ae_event_rec_type IS RECORD (
59: event_type varchar2(30), -- E.g. INVOICE_CREATE, RECEIPT_CREATE
60: event_id number(15),

Line 379: | This procedure is the standard delete routine which calls packages

375: |
376: | DESCRIPTION
377: | Delete accounting entries for a document
378: | ----------------------------------------
379: | This procedure is the standard delete routine which calls packages
380: | for Receipts, Credit Memos and Adjustments to delete the accounting
381: | associated with the document for a source id
382: |
383: | PARAMETERS