DBA Data[Home] [Help]

APPS.JL_CO_GL_NIT_MANAGEMENT dependencies on HZ_CUST_ACCOUNTS

Line 1328: hz_cust_accounts custacct

1324: g_nit_rec.verifying_digit,
1325: l_customer_num
1326: FROM jl_co_gl_nits jlcgn,
1327: hz_parties rac,
1328: hz_cust_accounts custacct
1329: WHERE custacct.cust_account_id = ar_trx.party_id
1330: AND REPLACE(rac.jgzz_fiscal_code,'-') = jlcgn.nit(+)
1331: AND custacct.party_id=rac.party_id;
1332: