DBA Data[Home] [Help]

APPS.CSD_REPAIRS_UTIL dependencies on CSI_ITEM_INSTANCES

Line 1271: Select object_version_number from csi_item_instances

1267: and nvl(active_end_date, sysdate+1);
1268:
1269: -- Cursor to derive the Instance details
1270: Cursor c_instance_details(p_instance_id number) IS
1271: Select object_version_number from csi_item_instances
1272: where instance_id = p_instance_id;
1273:
1274: -- Cursor to derive the Instance Account Id
1275: Cursor c_instance_account(p_instance_party_id number) is