DBA Data[Home] [Help]

APPS.OKL_EQUIPMENT_EXCHANGE_PVT dependencies on FND_API

Line 711: p_commit => fnd_api.g_false,

707: p_transaction_type => 'New',
708: x_trx_rec => l_txn_rec);
709:
710: csi_item_instance_pub.update_item_instance(p_api_version => p_api_version,
711: p_commit => fnd_api.g_false,
712: p_init_msg_list => p_init_msg_list,
713: p_instance_rec => l_instance_rec,
714: p_ext_attrib_values_tbl => l_ext_attrib_values_tbl,
715: p_party_tbl => l_party_tbl,

Line 1246: -- FA has changed their APIs as per the new standards of treating NULL as FND_API.G_MISS

1242: END IF;
1243:
1244:
1245: -- This piece of code is added to fix Bug 2477684
1246: -- FA has changed their APIs as per the new standards of treating NULL as FND_API.G_MISS
1247: -- So we have to pass these constants if we want to update the values to NULL.
1248:
1249: If (x_talv_tbl(1).model_number is NULL) THEN
1250: x_talv_tbl(1).model_number := FND_API.G_MISS_CHAR;

Line 1250: x_talv_tbl(1).model_number := FND_API.G_MISS_CHAR;

1246: -- FA has changed their APIs as per the new standards of treating NULL as FND_API.G_MISS
1247: -- So we have to pass these constants if we want to update the values to NULL.
1248:
1249: If (x_talv_tbl(1).model_number is NULL) THEN
1250: x_talv_tbl(1).model_number := FND_API.G_MISS_CHAR;
1251: END IF;
1252:
1253: If (x_talv_tbl(1).manufacturer_name is NULL) THEN
1254: x_talv_tbl(1).manufacturer_name := FND_API.G_MISS_CHAR;

Line 1254: x_talv_tbl(1).manufacturer_name := FND_API.G_MISS_CHAR;

1250: x_talv_tbl(1).model_number := FND_API.G_MISS_CHAR;
1251: END IF;
1252:
1253: If (x_talv_tbl(1).manufacturer_name is NULL) THEN
1254: x_talv_tbl(1).manufacturer_name := FND_API.G_MISS_CHAR;
1255: END IF;
1256:
1257:
1258: okl_asset_details_pub.update_asset(p_api_version => p_api_version,