DBA Data[Home] [Help]

APPS.CSE_ASSET_CREATION_PKG dependencies on FND_MSG_PUB

Line 1840: fnd_msg_pub.initialize;

1836: IF l_return_status <> fnd_api.g_ret_sts_success THEN
1837: RAISE fnd_api.g_exc_error;
1838: END IF;
1839:
1840: fnd_msg_pub.initialize;
1841:
1842: l_fa_trans_rec.transaction_type_code := 'UNIT ADJUSTMENT';
1843: l_fa_trans_rec.transaction_date_entered := sysdate;
1844:

Line 2287: fnd_msg_pub.add;

2283: x_redeploy_flag => l_redeploy_flag);
2284:
2285: IF transaction_pending(csi_txn_rec.transaction_id, l_instance_id) THEN
2286: fnd_message.set_name('CSE', 'CSE_PRIOR_TXN_PENDING');
2287: fnd_msg_pub.add;
2288: l_error_message := cse_util_pkg.dump_error_stack;
2289: RAISE fnd_api.g_exc_error;
2290: END IF;
2291: