DBA Data[Home] [Help]

APPS.ARP_BR_ALLOC_WRAPPER_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: PROCEDURE Allocate_Tax_BR_Main(

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: PROCEDURE Allocate_Tax_BR_Main(
16: p_mode IN VARCHAR2 ,

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: PROCEDURE Allocate_Tax_BR_Main(
16: p_mode IN VARCHAR2 ,
17: p_ae_doc_rec IN ae_doc_rec_type ,