DBA Data[Home] [Help]

APPS.RA_CUSTOMER_TEXT_PKG dependencies on FND_INSTALLATION

Line 94: x_dummy := fnd_installation.GET_APP_INFO('AR',x_status,x_ind,x_index_owner);

90: END IF;
91: /* Bug Fix: 4095863 */
92: l_param_str := 'replace datastore ' || l_datastore ;
93:
94: x_dummy := fnd_installation.GET_APP_INFO('AR',x_status,x_ind,x_index_owner);
95:
96: open cust_index(x_index_owner);
97: /* Bug Fix: 409586 */
98: fetch cust_index into x_index_exist,x_dom_index_status,x_parameters;