DBA Data[Home] [Help]

APPS.ARP_ACCT_HOOK dependencies on ARP_ACCT_MAIN

Line 7: SUBTYPE ae_doc_rec_type IS ARP_ACCT_MAIN.ae_doc_rec_type;

3:
4: -- Declare PUBLIC Data Types
5:
6: -- Standard SLA data types
7: SUBTYPE ae_doc_rec_type IS ARP_ACCT_MAIN.ae_doc_rec_type;
8: SUBTYPE ae_event_rec_type IS ARP_ACCT_MAIN.ae_event_rec_type;
9: SUBTYPE ae_line_rec_type IS ARP_ACCT_MAIN.ae_line_rec_type;
10: SUBTYPE ae_line_tbl_type IS ARP_ACCT_MAIN.ae_line_tbl_type;
11:

Line 8: SUBTYPE ae_event_rec_type IS ARP_ACCT_MAIN.ae_event_rec_type;

4: -- Declare PUBLIC Data Types
5:
6: -- Standard SLA data types
7: SUBTYPE ae_doc_rec_type IS ARP_ACCT_MAIN.ae_doc_rec_type;
8: SUBTYPE ae_event_rec_type IS ARP_ACCT_MAIN.ae_event_rec_type;
9: SUBTYPE ae_line_rec_type IS ARP_ACCT_MAIN.ae_line_rec_type;
10: SUBTYPE ae_line_tbl_type IS ARP_ACCT_MAIN.ae_line_tbl_type;
11:
12: /*========================================================================

Line 9: SUBTYPE ae_line_rec_type IS ARP_ACCT_MAIN.ae_line_rec_type;

5:
6: -- Standard SLA data types
7: SUBTYPE ae_doc_rec_type IS ARP_ACCT_MAIN.ae_doc_rec_type;
8: SUBTYPE ae_event_rec_type IS ARP_ACCT_MAIN.ae_event_rec_type;
9: SUBTYPE ae_line_rec_type IS ARP_ACCT_MAIN.ae_line_rec_type;
10: SUBTYPE ae_line_tbl_type IS ARP_ACCT_MAIN.ae_line_tbl_type;
11:
12: /*========================================================================
13: | PUBLIC PROCEDURE Override_Ae_Lines

Line 10: SUBTYPE ae_line_tbl_type IS ARP_ACCT_MAIN.ae_line_tbl_type;

6: -- Standard SLA data types
7: SUBTYPE ae_doc_rec_type IS ARP_ACCT_MAIN.ae_doc_rec_type;
8: SUBTYPE ae_event_rec_type IS ARP_ACCT_MAIN.ae_event_rec_type;
9: SUBTYPE ae_line_rec_type IS ARP_ACCT_MAIN.ae_line_rec_type;
10: SUBTYPE ae_line_tbl_type IS ARP_ACCT_MAIN.ae_line_tbl_type;
11:
12: /*========================================================================
13: | PUBLIC PROCEDURE Override_Ae_Lines
14: |