DBA Data[Home] [Help]

APPS.AR_GTA_TRX_UTIL dependencies on HZ_PARTIES

Line 133: ,customer_name_from hz_parties.party_name%TYPE

129: --The Record for the parameters of transfer program
130: TYPE transferparas_rec_type IS RECORD
131: (customer_num_from hz_cust_accounts.account_number%TYPE
132: ,customer_num_to hz_cust_accounts.account_number%TYPE
133: ,customer_name_from hz_parties.party_name%TYPE
134: ,customer_name_to hz_parties.party_name%TYPE
135: ,gl_period VARCHAR2(30)
136: ,gl_date_from ra_cust_trx_line_gl_dist_all.gl_date%TYPE
137: ,gl_date_to ra_cust_trx_line_gl_dist_all.gl_date%TYPE

Line 134: ,customer_name_to hz_parties.party_name%TYPE

130: TYPE transferparas_rec_type IS RECORD
131: (customer_num_from hz_cust_accounts.account_number%TYPE
132: ,customer_num_to hz_cust_accounts.account_number%TYPE
133: ,customer_name_from hz_parties.party_name%TYPE
134: ,customer_name_to hz_parties.party_name%TYPE
135: ,gl_period VARCHAR2(30)
136: ,gl_date_from ra_cust_trx_line_gl_dist_all.gl_date%TYPE
137: ,gl_date_to ra_cust_trx_line_gl_dist_all.gl_date%TYPE
138: ,trx_batch_from ra_batches_all.NAME%TYPE