DBA Data[Home] [Help]

APPS.JL_AR_AUTOINV_MASTER_PKG dependencies on HZ_PARTIES

Line 18: p_low_bill_to_cust_name IN hz_parties.party_name%TYPE ,

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

Line 19: p_high_bill_to_cust_name IN hz_parties.party_name%TYPE ,

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

Line 32: p_low_ship_to_cust_name IN hz_parties.party_name%TYPE ,

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

Line 33: p_high_ship_to_cust_name IN hz_parties.party_name%TYPE,

29: p_high_invoice_date IN VARCHAR2,
30: p_low_ship_to_cust_num IN hz_cust_accounts.account_number%TYPE ,
31: p_high_ship_to_cust_num IN hz_cust_accounts.account_number%TYPE ,
32: p_low_ship_to_cust_name IN hz_parties.party_name%TYPE ,
33: p_high_ship_to_cust_name IN hz_parties.party_name%TYPE,
34: p_base_due_date_on_trx_date IN fnd_lookups.meaning%TYPE ,
35: p_due_date_adj_days IN number ) IS
36:
37: X_req_id NUMBER(38);