DBA Data[Home] [Help]

APPS.CS_IB_FETCH_PKG dependencies on HZ_PARTIES

Line 95: x_party_name out HZ_PARTIES.PARTY_NAME%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);
99:

Line 107: x_party_name out HZ_PARTIES.PARTY_NAME%type,

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,
109: x_systeminfo OUT system_info_csr_type,
110: x_status out status_info_csr_type);
111: