DBA Data[Home] [Help]

APPS.CSI_FA_INSTANCE_GRP dependencies on CSI_FA_INSTANCE_GRP

Line 1: PACKAGE BODY csi_fa_instance_grp AS

1: PACKAGE BODY csi_fa_instance_grp AS
2: /* $Header: csigfaib.pls 120.17 2011/11/15 05:56:24 sjawaji ship $ */
3:
4: PROCEDURE debug(
5: p_message IN varchar2)

Line 436: p_api_name => 'csi_fa_instance_grp.create_item_instance');

432: -- inventory item id
433: csi_item_instance_vld_pvt.check_reqd_param_num(
434: p_number => p_instance_rec.inventory_item_id,
435: p_param_name => 'p_instance_rec.inventory_item_id',
436: p_api_name => 'csi_fa_instance_grp.create_item_instance');
437:
438: -- validation organization id
439: csi_item_instance_vld_pvt.check_reqd_param_num(
440: p_number => p_instance_rec.vld_organization_id,

Line 442: p_api_name => 'csi_fa_instance_grp.create_item_instance');

438: -- validation organization id
439: csi_item_instance_vld_pvt.check_reqd_param_num(
440: p_number => p_instance_rec.vld_organization_id,
441: p_param_name => 'p_instance_rec.vld_organization_id',
442: p_api_name => 'csi_fa_instance_grp.create_item_instance');
443:
444: -- location type code
445: csi_item_instance_vld_pvt.check_reqd_param_char(
446: p_variable => p_instance_rec.location_type_code,

Line 448: p_api_name => 'csi_fa_instance_grp.create_item_instance');

444: -- location type code
445: csi_item_instance_vld_pvt.check_reqd_param_char(
446: p_variable => p_instance_rec.location_type_code,
447: p_param_name => 'p_instance_re.location_type_code',
448: p_api_name => 'csi_fa_instance_grp.create_item_instance');
449:
450: -- location id
451: csi_item_instance_vld_pvt.check_reqd_param_num(
452: p_number => p_instance_rec.location_id,

Line 454: p_api_name => 'csi_fa_instance_grp.create_item_instance');

450: -- location id
451: csi_item_instance_vld_pvt.check_reqd_param_num(
452: p_number => p_instance_rec.location_id,
453: p_param_name => 'p_instance_rec.location_id',
454: p_api_name => 'csi_fa_instance_grp.create_item_instance');
455:
456: -- source_transaction_date in csi_transactions
457: csi_item_instance_vld_pvt.check_reqd_param_date(
458: p_date => px_csi_txn_rec.source_transaction_date,

Line 460: p_api_name => 'csi_fa_instance_grp.create_item_instance');

456: -- source_transaction_date in csi_transactions
457: csi_item_instance_vld_pvt.check_reqd_param_date(
458: p_date => px_csi_txn_rec.source_transaction_date,
459: p_param_name => 'px_csi_txn_rec.source_transaction_date',
460: p_api_name => 'csi_fa_instance_grp.create_item_instance');
461:
462: -- transaction_type_id in csi_transactions
463: csi_item_instance_vld_pvt.check_reqd_param_num(
464: p_number => px_csi_txn_rec.transaction_type_id,

Line 466: p_api_name => 'csi_fa_instance_grp.create_item_instance');

462: -- transaction_type_id in csi_transactions
463: csi_item_instance_vld_pvt.check_reqd_param_num(
464: p_number => px_csi_txn_rec.transaction_type_id,
465: p_param_name => 'px_csi_txn_rec.transaction_type_id',
466: p_api_name => 'csi_fa_instance_grp.create_item_instance');
467:
468: -- derive eam_item_type
469: IF nvl(p_instance_rec.inventory_item_id, fnd_api.g_miss_num) <> fnd_api.g_miss_num
470: AND

Line 780: fnd_message.set_token('API_NAME','csi_fa_instance_grp.create_item_instance');

776: WHEN others THEN
777: rollback to fa_grp_create_instance;
778: x_return_status := fnd_api.g_ret_sts_unexp_error;
779: fnd_message.set_name('CSI','CSI_UNEXP_SQL_ERROR');
780: fnd_message.set_token('API_NAME','csi_fa_instance_grp.create_item_instance');
781: fnd_message.set_token('SQL_ERROR',SQLERRM);
782: fnd_msg_pub.add;
783: x_error_message := dump_error_stack;
784: END create_item_instance;

Line 1204: fnd_message.set_token('API_NAME','csi_fa_instance_grp.copy_item_instance');

1200: WHEN others THEN
1201: rollback to fa_grp_copy_instance;
1202: x_return_status := fnd_api.g_ret_sts_unexp_error;
1203: fnd_message.set_name('CSI','CSI_UNEXP_SQL_ERROR');
1204: fnd_message.set_token('API_NAME','csi_fa_instance_grp.copy_item_instance');
1205: fnd_message.set_token('SQL_ERROR',SQLERRM);
1206: fnd_msg_pub.add;
1207: x_error_message := dump_error_stack;
1208: END copy_item_instance;

Line 1334: fnd_message.set_token('API_NAME','csi_fa_instance_grp.associate_item_instance');

1330: x_error_message := dump_error_stack;
1331: WHEN others THEN
1332: x_return_status := fnd_api.g_ret_sts_unexp_error;
1333: fnd_message.set_name('CSI','CSI_UNEXP_SQL_ERROR');
1334: fnd_message.set_token('API_NAME','csi_fa_instance_grp.associate_item_instance');
1335: fnd_message.set_token('SQL_ERROR',SQLERRM);
1336: fnd_msg_pub.add;
1337: x_error_message := dump_error_stack;
1338: END associate_item_instance;

Line 1424: fnd_message.set_token('API_NAME','csi_fa_instance_grp.update_asset_association');

1420: x_error_message := dump_error_stack;
1421: WHEN others THEN
1422: x_return_status := fnd_api.g_ret_sts_unexp_error;
1423: fnd_message.set_name('CSI','CSI_UNEXP_SQL_ERROR');
1424: fnd_message.set_token('API_NAME','csi_fa_instance_grp.update_asset_association');
1425: fnd_message.set_token('SQL_ERROR',SQLERRM);
1426: fnd_msg_pub.add;
1427: x_error_message := dump_error_stack;
1428: END update_asset_association;

Line 1562: END csi_fa_instance_grp;

1558: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1559: x_error_message := substr(sqlerrm, 1, 2000);
1560: END create_instance_assets;
1561:
1562: END csi_fa_instance_grp;