DBA Data[Home] [Help]

APPS.ARP_BILLS_RECEIVABLE_MAIN dependencies on ARP_ACCT_MAIN

Line 7: SUBTYPE ae_doc_rec_type IS ARP_ACCT_MAIN.ae_doc_rec_type;

3:
4: /* =======================================================================
5: | PUBLIC Data Types
6: * ======================================================================*/
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: SUBTYPE ae_sys_rec_type IS ARP_ACCT_MAIN.ae_sys_rec_type;

Line 8: SUBTYPE ae_event_rec_type IS ARP_ACCT_MAIN.ae_event_rec_type;

4: /* =======================================================================
5: | PUBLIC Data Types
6: * ======================================================================*/
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: SUBTYPE ae_sys_rec_type IS ARP_ACCT_MAIN.ae_sys_rec_type;
12: SUBTYPE ae_rule_rec_type IS ARP_ACCT_MAIN.ae_app_rule_rec_type;

Line 9: SUBTYPE ae_line_rec_type IS ARP_ACCT_MAIN.ae_line_rec_type;

5: | PUBLIC Data Types
6: * ======================================================================*/
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: SUBTYPE ae_sys_rec_type IS ARP_ACCT_MAIN.ae_sys_rec_type;
12: SUBTYPE ae_rule_rec_type IS ARP_ACCT_MAIN.ae_app_rule_rec_type;
13:

Line 10: SUBTYPE ae_line_tbl_type IS ARP_ACCT_MAIN.ae_line_tbl_type;

6: * ======================================================================*/
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: SUBTYPE ae_sys_rec_type IS ARP_ACCT_MAIN.ae_sys_rec_type;
12: SUBTYPE ae_rule_rec_type IS ARP_ACCT_MAIN.ae_app_rule_rec_type;
13:
14: /* =======================================================================

Line 11: SUBTYPE ae_sys_rec_type IS ARP_ACCT_MAIN.ae_sys_rec_type;

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: SUBTYPE ae_sys_rec_type IS ARP_ACCT_MAIN.ae_sys_rec_type;
12: SUBTYPE ae_rule_rec_type IS ARP_ACCT_MAIN.ae_app_rule_rec_type;
13:
14: /* =======================================================================
15: | PUBLIC Procedures/functions

Line 12: SUBTYPE ae_rule_rec_type IS ARP_ACCT_MAIN.ae_app_rule_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: SUBTYPE ae_sys_rec_type IS ARP_ACCT_MAIN.ae_sys_rec_type;
12: SUBTYPE ae_rule_rec_type IS ARP_ACCT_MAIN.ae_app_rule_rec_type;
13:
14: /* =======================================================================
15: | PUBLIC Procedures/functions
16: * ======================================================================*/