DBA Data[Home] [Help]

APPS.CS_IB_FETCH_PKG dependencies on HZ_CUST_ACCOUNTS

Line 195: procedure getSearchProductScreenInfo(customer_id in HZ_CUST_ACCOUNTS.CUST_ACCOUNT_ID%type,

191: null;
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

Line 210: procedure getSearchProductScreenInfo(customer_id in HZ_CUST_ACCOUNTS.CUST_ACCOUNT_ID%type,

206: /**
207: * Added by Xiangyang Li(xili) for CSI Handling
208: * - 12/28/2000
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,