DBA Data[Home] [Help]

APPS.MRP_GET_PROJECT dependencies on HZ_CUST_ACCOUNTS

Line 214: from HZ_CUST_ACCOUNTS A,

210: return null;
211: end if;
212: select P.party_name
213: into cust_name
214: from HZ_CUST_ACCOUNTS A,
215: HZ_PARTIES P
216: where A.cust_account_id = arg_cust_id
217: AND A.PARTY_ID = P.PARTY_ID ;
218: