DBA Data[Home] [Help]

APPS.CS_IB_FETCH_PKG dependencies on HZ_CUST_ACCOUNTS

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

90: x_systeminfo OUT system_info_csr_type,
91: x_configtype_info OUT config_type_info_csr_type);
92:
93:
94: procedure getSearchProductScreenInfo(customer_id in HZ_CUST_ACCOUNTS.CUST_ACCOUNT_ID%type,
95: x_party_name out HZ_PARTIES.PARTY_NAME%type,
96: x_product_type_info OUT product_type_info_csr_type,
97: x_systeminfo OUT system_info_csr_type,
98: x_status out status_info_csr_type);

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

100: /**
101: * Added by Xiangyang Li(xili) for CSI Handling
102: * - 12/28/2000
103: */
104: procedure getSearchProductScreenInfo(customer_id in HZ_CUST_ACCOUNTS.CUST_ACCOUNT_ID%type,
105: user_id in number,
106: csi_enabled in varchar2 DEFAULT FND_API.G_FALSE,
107: x_party_name out HZ_PARTIES.PARTY_NAME%type,
108: x_product_type_info OUT product_type_info_csr_type,