DBA Data[Home] [Help]

PACKAGE: APPS.ARP_PROCESS_DEBIT_MEMO

Source


1 PACKAGE ARP_PROCESS_DEBIT_MEMO AUTHID CURRENT_USER AS
2 /* $Header: ARTEDBMS.pls 115.1 99/07/17 00:18:41 porting ship $ */
3 
4 PROCEDURE line_post_insert (
5                             p_customer_trx_line_id   IN
6                               ra_customer_trx_lines.customer_trx_line_id%type,
7                             p_ccid1                  IN
8                               gl_code_combinations.code_combination_id%type,
9                             p_ccid2                  IN
10                               gl_code_combinations.code_combination_id%type,
11                             p_amount1                IN
12                               ra_cust_trx_line_gl_dist.amount%type,
13                             p_amount2                IN
14                               ra_cust_trx_line_gl_dist.amount%type );
15 
16 END ARP_PROCESS_DEBIT_MEMO;