DBA Data[Home] [Help]

APPS.AHL_UC_UNITCONFIG_PVT dependencies on CSI_ITEM_INSTANCE_PUB

Line 853: CSI_ITEM_INSTANCE_PUB.create_extended_attrib_values(

849: l_csi_extend_attrib_rec.instance_id := p_x_uc_header_rec.instance_id;
850: l_csi_ext_attrib_values_tbl(1) := l_csi_extend_attrib_rec;
851: END IF;
852:
853: CSI_ITEM_INSTANCE_PUB.create_extended_attrib_values(
854: p_api_version => 1.0,
855: p_txn_rec => l_csi_transaction_rec,
856: p_ext_attrib_tbl => l_csi_ext_attrib_values_tbl,
857: x_return_status => l_return_status,

Line 1386: CSI_ITEM_INSTANCE_PUB.expire_item_instance(

1382:
1383: --Call CSI API to expire the instance and all its descendants if exist
1384: l_csi_instance_rec.instance_id := l_uc_header_rec.csi_instance_id;
1385: l_csi_instance_rec.object_version_number := l_csi_instance_ovn;
1386: CSI_ITEM_INSTANCE_PUB.expire_item_instance(
1387: p_api_version => 1.0,
1388: p_instance_rec => l_csi_instance_rec,
1389: p_expire_children => FND_API.G_TRUE,
1390: p_txn_rec => l_csi_upd_transaction_rec,