DBA Data[Home] [Help]

APPS.JL_AR_AUTOINV_PKG dependencies on HZ_PARTIES

Line 16: p_low_bill_to_cust_name IN hz_parties.party_name%TYPE ,

12: p_trans_flexfield IN varchar2 ,
13: p_trans_type IN ra_cust_trx_types.name%TYPE ,
14: p_low_bill_to_cust_num IN hz_cust_accounts.account_number%TYPE ,
15: p_high_bill_to_cust_num IN hz_cust_accounts.account_number%TYPE ,
16: p_low_bill_to_cust_name IN hz_parties.party_name%TYPE ,
17: p_high_bill_to_cust_name IN hz_parties.party_name%TYPE ,
18: p_low_gl_date IN VARCHAR2 ,
19: p_high_gl_date IN VARCHAR2 ,
20: p_low_ship_date IN VARCHAR2 ,

Line 17: p_high_bill_to_cust_name IN hz_parties.party_name%TYPE ,

13: p_trans_type IN ra_cust_trx_types.name%TYPE ,
14: p_low_bill_to_cust_num IN hz_cust_accounts.account_number%TYPE ,
15: p_high_bill_to_cust_num IN hz_cust_accounts.account_number%TYPE ,
16: p_low_bill_to_cust_name IN hz_parties.party_name%TYPE ,
17: p_high_bill_to_cust_name IN hz_parties.party_name%TYPE ,
18: p_low_gl_date IN VARCHAR2 ,
19: p_high_gl_date IN VARCHAR2 ,
20: p_low_ship_date IN VARCHAR2 ,
21: p_high_ship_date IN VARCHAR2,

Line 30: p_low_ship_to_cust_name IN hz_parties.party_name%TYPE ,

26: p_low_invoice_date IN VARCHAR2 ,
27: p_high_invoice_date IN VARCHAR2 ,
28: p_low_ship_to_cust_num IN hz_cust_accounts.account_number%TYPE ,
29: p_high_ship_to_cust_num IN hz_cust_accounts.account_number%TYPE ,
30: p_low_ship_to_cust_name IN hz_parties.party_name%TYPE ,
31: p_high_ship_to_cust_name IN hz_parties.party_name%TYPE,
32: p_call_from_master_flag IN varchar2 ,
33: p_base_due_date_on_trx_date IN fnd_lookups.meaning%TYPE ,
34: p_due_date_adj_days IN number );

Line 31: p_high_ship_to_cust_name IN hz_parties.party_name%TYPE,

27: p_high_invoice_date IN VARCHAR2 ,
28: p_low_ship_to_cust_num IN hz_cust_accounts.account_number%TYPE ,
29: p_high_ship_to_cust_num IN hz_cust_accounts.account_number%TYPE ,
30: p_low_ship_to_cust_name IN hz_parties.party_name%TYPE ,
31: p_high_ship_to_cust_name IN hz_parties.party_name%TYPE,
32: p_call_from_master_flag IN varchar2 ,
33: p_base_due_date_on_trx_date IN fnd_lookups.meaning%TYPE ,
34: p_due_date_adj_days IN number );
35: