DBA Data[Home] [Help]

APPS.MRP_GET_PROJECT dependencies on HZ_PARTIES

Line 215: HZ_PARTIES P

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:
219: return cust_name;