DBA Data[Home] [Help]

APPS.OKL_EQUIPMENT_EXCHANGE_PVT dependencies on FND_API

Line 683: p_commit => fnd_api.g_false,

679: p_transaction_type => 'New',
680: x_trx_rec => l_txn_rec);
681:
682: csi_item_instance_pub.update_item_instance(p_api_version => p_api_version,
683: p_commit => fnd_api.g_false,
684: p_init_msg_list => p_init_msg_list,
685: p_instance_rec => l_instance_rec,
686: p_ext_attrib_values_tbl => l_ext_attrib_values_tbl,
687: p_party_tbl => l_party_tbl,

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

1214: END IF;
1215:
1216:
1217: -- This piece of code is added to fix Bug 2477684
1218: -- FA has changed their APIs as per the new standards of treating NULL as FND_API.G_MISS
1219: -- So we have to pass these constants if we want to update the values to NULL.
1220:
1221: If (x_talv_tbl(1).model_number is NULL) THEN
1222: x_talv_tbl(1).model_number := FND_API.G_MISS_CHAR;

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

1218: -- FA has changed their APIs as per the new standards of treating NULL as FND_API.G_MISS
1219: -- So we have to pass these constants if we want to update the values to NULL.
1220:
1221: If (x_talv_tbl(1).model_number is NULL) THEN
1222: x_talv_tbl(1).model_number := FND_API.G_MISS_CHAR;
1223: END IF;
1224:
1225: If (x_talv_tbl(1).manufacturer_name is NULL) THEN
1226: x_talv_tbl(1).manufacturer_name := FND_API.G_MISS_CHAR;

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

1222: x_talv_tbl(1).model_number := FND_API.G_MISS_CHAR;
1223: END IF;
1224:
1225: If (x_talv_tbl(1).manufacturer_name is NULL) THEN
1226: x_talv_tbl(1).manufacturer_name := FND_API.G_MISS_CHAR;
1227: END IF;
1228:
1229:
1230: okl_asset_details_pub.update_asset(p_api_version => p_api_version,