DBA Data[Home] [Help]

APPS.CSI_MASS_EDIT_PVT dependencies on CSI_DATASTRUCTURES_PUB

Line 247: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN

243: l_txn_line_detail_tbl(inst_idx).serial_number := l_instance_csr.serial_number;
244: l_txn_line_detail_tbl(inst_idx).lot_number := l_instance_csr.lot_number;
245:
246: -- Populate the Install Parameters Record
247: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN
248: csi_gen_utility_pvt.populate_install_param_rec;
249: END IF;
250:
251: l_internal_party_id := csi_datastructures_pub.g_install_param_rec.internal_party_id;

Line 251: l_internal_party_id := csi_datastructures_pub.g_install_param_rec.internal_party_id;

247: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN
248: csi_gen_utility_pvt.populate_install_param_rec;
249: END IF;
250:
251: l_internal_party_id := csi_datastructures_pub.g_install_param_rec.internal_party_id;
252:
253: -- store the current owner party and account information for all the instances in the batch
254: --query instance_party_id
255: Begin

Line 1044: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN

1040: l_txn_line_detail_tbl(tld_idx).serial_number := l_instance_csr.serial_number;
1041: l_txn_line_detail_tbl(tld_idx).lot_number := l_instance_csr.lot_number;
1042:
1043: -- Populate the Install Parameters Record
1044: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN
1045: csi_gen_utility_pvt.populate_install_param_rec;
1046: END IF;
1047:
1048: l_internal_party_id := csi_datastructures_pub.g_install_param_rec.internal_party_id;

Line 1048: l_internal_party_id := csi_datastructures_pub.g_install_param_rec.internal_party_id;

1044: IF csi_datastructures_pub.g_install_param_rec.fetch_flag IS NULL THEN
1045: csi_gen_utility_pvt.populate_install_param_rec;
1046: END IF;
1047:
1048: l_internal_party_id := csi_datastructures_pub.g_install_param_rec.internal_party_id;
1049:
1050: -- store the current owner party and account information for all the instances in the batch
1051: --query instance_party_id
1052: Begin