DBA Data[Home] [Help]

APPS.CS_SR_FUL_PKG dependencies on CS_ACC_CP_RG_V

Line 251: from cs_acc_cp_rg_v

247: and lookup_code = l_resolution_code;
248:
249: CURSOR cs_acc_ser_csr is
250: select current_serial_number, system_name, platform,version
251: from cs_acc_cp_rg_v
252: where customer_product_id = l_customer_product_id;
253:
254: -- Installed Base 11.5.6 Upgrade enhancement# 1875922. 08/07/01 rmanabat.
255: CURSOR cs_acc_ser_csr_1156 is

Line 262: from cs_acc_cp_rg_v

258: where instance_id = l_customer_product_id;
259:
260: CURSOR cs_acc_prod_csr is
261: select product_name,substr(product_description,1,15),revision
262: from cs_acc_cp_rg_v
263: where config_parent_id = l_customer_product_id and
264: customer_product_id = l_component_id;
265:
266: -- Installed Base 11.5.6 Upgrade enhancement# 1875922. 08/07/01 rmanabat.

Line 275: from cs_acc_cp_rg_v

271: instance_id = l_component_id;
272:
273: CURSOR cs_acc_sub_csr is
274: select product_name,product_description,revision
275: from cs_acc_cp_rg_v
276: where config_parent_id = l_component_id and
277: customer_product_id = l_subcomponent_id;
278:
279: -- Installed Base 11.5.6 Upgrade enhancement# 1875922. 08/07/01 rmanabat.