DBA Data[Home] [Help]

APPS.CSI_MASS_EDIT_PVT dependencies on CSI_GEN_UTILITY_PVT

Line 248: csi_gen_utility_pvt.populate_install_param_rec;

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;
252:

Line 1045: csi_gen_utility_pvt.populate_install_param_rec;

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;
1049: