DBA Data[Home] [Help]

APPS.CS_IB_FETCH_PKG dependencies on HZ_PARTIES

Line 196: x_party_name out HZ_PARTIES.PARTY_NAME%type,

192:
193: END;
194:
195: procedure getSearchProductScreenInfo(customer_id in HZ_CUST_ACCOUNTS.CUST_ACCOUNT_ID%type,
196: x_party_name out HZ_PARTIES.PARTY_NAME%type,
197: x_product_type_info OUT product_type_info_csr_type,
198: x_systeminfo OUT system_info_csr_type,
199: x_status out status_info_csr_type) is
200: begin

Line 213: x_party_name out HZ_PARTIES.PARTY_NAME%type,

209: */
210: procedure getSearchProductScreenInfo(customer_id in HZ_CUST_ACCOUNTS.CUST_ACCOUNT_ID%type,
211: user_id in number,
212: csi_enabled in varchar2 DEFAULT FND_API.G_FALSE,
213: x_party_name out HZ_PARTIES.PARTY_NAME%type,
214: x_product_type_info OUT product_type_info_csr_type,
215: x_systeminfo OUT system_info_csr_type,
216: x_status out status_info_csr_type) is
217: begin