DBA Data[Home] [Help]

APPS.CSI_T_TXN_SYSTEMS_PVT dependencies on CSI_T_TXN_SYSTEMS_PKG

Line 272: csi_t_txn_systems_pkg.insert_row(

268: END IF;
269:
270: IF x_return_status = fnd_api.g_ret_sts_success THEN
271:
272: csi_t_txn_systems_pkg.insert_row(
273: px_transaction_system_id => x_txn_system_id,
274: p_transaction_line_id => p_txn_system_rec.transaction_line_id,
275: p_system_name => p_txn_system_rec.system_name,
276: p_description => p_txn_system_rec.description,

Line 536: csi_t_txn_systems_pkg.update_row(

532:
533: IF x_return_status = fnd_api.g_ret_sts_success THEN
534:
535:
536: csi_t_txn_systems_pkg.update_row(
537: p_transaction_system_id => p_txn_system_rec.transaction_system_id,
538: p_transaction_line_id => p_txn_system_rec.transaction_line_id,
539: p_system_name => p_txn_system_rec.system_name,
540: p_description => p_txn_system_rec.description,

Line 693: csi_t_txn_systems_pkg.Delete_Row(p_txn_system_id );

689: RAISE fnd_api.g_exc_error;
690: END IF;
691:
692:
693: csi_t_txn_systems_pkg.Delete_Row(p_txn_system_id );
694:
695:
696: IF x_return_status <> fnd_api.g_ret_sts_success THEN
697: RAISE fnd_api.g_exc_error;