DBA Data[Home] [Help]

APPS.CSE_ASSET_CREATION_PKG dependencies on FND_MSG_PUB

Line 1949: fnd_msg_pub.initialize;

1945: IF l_return_status <> fnd_api.g_ret_sts_success THEN
1946: RAISE fnd_api.g_exc_error;
1947: END IF;
1948:
1949: fnd_msg_pub.initialize;
1950:
1951: l_fa_trans_rec.transaction_type_code := 'UNIT ADJUSTMENT';
1952: l_fa_trans_rec.transaction_date_entered := sysdate;
1953:

Line 2606: fnd_msg_pub.add;

2602: x_redeploy_flag => l_redeploy_flag);
2603:
2604: IF transaction_pending(csi_txn_rec.transaction_id, l_instance_id) THEN
2605: fnd_message.set_name('CSE', 'CSE_PRIOR_TXN_PENDING');
2606: fnd_msg_pub.add;
2607: l_error_message := cse_util_pkg.dump_error_stack;
2608: RAISE fnd_api.g_exc_error;
2609: END IF;
2610: