DBA Data[Home] [Help]

APPS.CSI_ONT_TXN_PUB dependencies on FND_API

Line 76: x_return_status := fnd_api.g_ret_sts_success;

72: l_macd_processing boolean := FALSE; --Added for MACD Enhancement
73:
74: BEGIN
75:
76: x_return_status := fnd_api.g_ret_sts_success;
77:
78: l_use_parallelmode := NVL(fnd_profile.value('CSI_TXN_PARALLEL_MODE'), 'N'); --Added for MACD Enhancement
79: -- l_use_parallelmode := 'Y';
80:

Line 136: raise fnd_api.g_exc_error;

132:
133: fnd_message.set_name('CSI','CSI_INT_OE_LINE_ID_INVALID');
134: fnd_message.set_token('OE_LINE_ID', p_order_line_id);
135: fnd_msg_pub.add;
136: raise fnd_api.g_exc_error;
137: END;
138:
139: IF NOT
140: csi_item_instance_vld_pvt.is_trackable(

Line 189: raise fnd_api.g_exc_error;

185: fnd_message.set_name('CSI','CSI_INT_ITEM_ID_INVALID');
186: fnd_message.set_token('ITEM_ID', l_inventory_item_id);
187: fnd_message.set_token('ORGANIZATION_ID',l_vld_organization_id);
188: fnd_msg_pub.add;
189: raise fnd_api.g_exc_error;
190: END;
191: --Code end for bug 6140021--
192:
193: IF l_shippable_flag is null THEN

Line 209: raise fnd_api.g_exc_error;

205: fnd_message.set_name('CSI','CSI_INT_ITEM_ID_INVALID');
206: fnd_message.set_token('ITEM_ID', l_inventory_item_id);
207: fnd_message.set_token('ORGANIZATION_ID',l_vld_organization_id);
208: fnd_msg_pub.add;
209: raise fnd_api.g_exc_error;
210: END;
211: END IF;
212:
213: IF l_shippable_flag = 'N' THEN

Line 418: IF l_return_status <> fnd_api.g_ret_sts_success THEN

414: p_transaction_id => p_order_line_id,
415: x_trx_return_status => l_return_status,
416: x_trx_error_rec => l_error_rec);
417:
418: IF l_return_status <> fnd_api.g_ret_sts_success THEN
419: RAISE bypass_error;
420: END IF;
421:
422: END IF; -- bypass flag