DBA Data[Home] [Help]

APPS.JMF_GTA_TRX_UTIL dependencies on HZ_PARTIES

Line 122: ,customer_name_from hz_parties.party_name%TYPE

118: --The Record for the parameters of transfer program
119: TYPE transferparas_rec_type IS RECORD
120: (customer_num_from hz_cust_accounts.account_number%TYPE
121: ,customer_num_to hz_cust_accounts.account_number%TYPE
122: ,customer_name_from hz_parties.party_name%TYPE
123: ,customer_name_to hz_parties.party_name%TYPE
124: ,gl_period VARCHAR2(30)
125: ,gl_date_from ra_cust_trx_line_gl_dist_all.gl_date%TYPE
126: ,gl_date_to ra_cust_trx_line_gl_dist_all.gl_date%TYPE

Line 123: ,customer_name_to hz_parties.party_name%TYPE

119: TYPE transferparas_rec_type IS RECORD
120: (customer_num_from hz_cust_accounts.account_number%TYPE
121: ,customer_num_to hz_cust_accounts.account_number%TYPE
122: ,customer_name_from hz_parties.party_name%TYPE
123: ,customer_name_to hz_parties.party_name%TYPE
124: ,gl_period VARCHAR2(30)
125: ,gl_date_from ra_cust_trx_line_gl_dist_all.gl_date%TYPE
126: ,gl_date_to ra_cust_trx_line_gl_dist_all.gl_date%TYPE
127: ,trx_batch_from ra_batches_all.NAME%TYPE