DBA Data[Home] [Help]

APPS.ARP_ALLOCATION_PKG dependencies on ARP_ACCT_MAIN

Line 7: SUBTYPE ae_doc_rec_type IS ARP_ACCT_MAIN.ae_doc_rec_type;

3:
4: /*=======================================================================+
5: | Public Variables and Record 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_sys_rec_type IS ARP_ACCT_MAIN.ae_sys_rec_type;
10: SUBTYPE ae_line_rec_type IS ARP_ACCT_MAIN.ae_line_rec_type;
11: SUBTYPE ae_line_tbl_type IS ARP_ACCT_MAIN.ae_line_tbl_type;

Line 8: SUBTYPE ae_event_rec_type IS ARP_ACCT_MAIN.ae_event_rec_type;

4: /*=======================================================================+
5: | Public Variables and Record 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_sys_rec_type IS ARP_ACCT_MAIN.ae_sys_rec_type;
10: SUBTYPE ae_line_rec_type IS ARP_ACCT_MAIN.ae_line_rec_type;
11: SUBTYPE ae_line_tbl_type IS ARP_ACCT_MAIN.ae_line_tbl_type;
12: SUBTYPE ae_curr_rec_type IS ARP_ACCT_MAIN.ae_curr_rec_type;

Line 9: SUBTYPE ae_sys_rec_type IS ARP_ACCT_MAIN.ae_sys_rec_type;

5: | Public Variables and Record 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_sys_rec_type IS ARP_ACCT_MAIN.ae_sys_rec_type;
10: SUBTYPE ae_line_rec_type IS ARP_ACCT_MAIN.ae_line_rec_type;
11: SUBTYPE ae_line_tbl_type IS ARP_ACCT_MAIN.ae_line_tbl_type;
12: SUBTYPE ae_curr_rec_type IS ARP_ACCT_MAIN.ae_curr_rec_type;
13: SUBTYPE ae_rule_rec_type IS ARP_ACCT_MAIN.ae_app_rule_rec_type;

Line 10: SUBTYPE ae_line_rec_type IS ARP_ACCT_MAIN.ae_line_rec_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_sys_rec_type IS ARP_ACCT_MAIN.ae_sys_rec_type;
10: SUBTYPE ae_line_rec_type IS ARP_ACCT_MAIN.ae_line_rec_type;
11: SUBTYPE ae_line_tbl_type IS ARP_ACCT_MAIN.ae_line_tbl_type;
12: SUBTYPE ae_curr_rec_type IS ARP_ACCT_MAIN.ae_curr_rec_type;
13: SUBTYPE ae_rule_rec_type IS ARP_ACCT_MAIN.ae_app_rule_rec_type;
14:

Line 11: SUBTYPE ae_line_tbl_type IS ARP_ACCT_MAIN.ae_line_tbl_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_sys_rec_type IS ARP_ACCT_MAIN.ae_sys_rec_type;
10: SUBTYPE ae_line_rec_type IS ARP_ACCT_MAIN.ae_line_rec_type;
11: SUBTYPE ae_line_tbl_type IS ARP_ACCT_MAIN.ae_line_tbl_type;
12: SUBTYPE ae_curr_rec_type IS ARP_ACCT_MAIN.ae_curr_rec_type;
13: SUBTYPE ae_rule_rec_type IS ARP_ACCT_MAIN.ae_app_rule_rec_type;
14:
15: adj_code_combination_id ar_adjustments.code_combination_id%TYPE;

Line 12: SUBTYPE ae_curr_rec_type IS ARP_ACCT_MAIN.ae_curr_rec_type;

8: SUBTYPE ae_event_rec_type IS ARP_ACCT_MAIN.ae_event_rec_type;
9: SUBTYPE ae_sys_rec_type IS ARP_ACCT_MAIN.ae_sys_rec_type;
10: SUBTYPE ae_line_rec_type IS ARP_ACCT_MAIN.ae_line_rec_type;
11: SUBTYPE ae_line_tbl_type IS ARP_ACCT_MAIN.ae_line_tbl_type;
12: SUBTYPE ae_curr_rec_type IS ARP_ACCT_MAIN.ae_curr_rec_type;
13: SUBTYPE ae_rule_rec_type IS ARP_ACCT_MAIN.ae_app_rule_rec_type;
14:
15: adj_code_combination_id ar_adjustments.code_combination_id%TYPE;
16:

Line 13: SUBTYPE ae_rule_rec_type IS ARP_ACCT_MAIN.ae_app_rule_rec_type;

9: SUBTYPE ae_sys_rec_type IS ARP_ACCT_MAIN.ae_sys_rec_type;
10: SUBTYPE ae_line_rec_type IS ARP_ACCT_MAIN.ae_line_rec_type;
11: SUBTYPE ae_line_tbl_type IS ARP_ACCT_MAIN.ae_line_tbl_type;
12: SUBTYPE ae_curr_rec_type IS ARP_ACCT_MAIN.ae_curr_rec_type;
13: SUBTYPE ae_rule_rec_type IS ARP_ACCT_MAIN.ae_app_rule_rec_type;
14:
15: adj_code_combination_id ar_adjustments.code_combination_id%TYPE;
16:
17: --Cache counter to store substituted ccid in a global table