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.15 2006/09/19 20:13:18 brmanesh noship $ */
3:
4: PROCEDURE debug(
5: p_message IN varchar2)

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

428: -- inventory item id
429: csi_item_instance_vld_pvt.check_reqd_param_num(
430: p_number => p_instance_rec.inventory_item_id,
431: p_param_name => 'p_instance_rec.inventory_item_id',
432: p_api_name => 'csi_fa_instance_grp.create_item_instance');
433:
434: -- validation organization id
435: csi_item_instance_vld_pvt.check_reqd_param_num(
436: p_number => p_instance_rec.vld_organization_id,

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

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

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

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

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

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

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

452: -- source_transaction_date in csi_transactions
453: csi_item_instance_vld_pvt.check_reqd_param_date(
454: p_date => px_csi_txn_rec.source_transaction_date,
455: p_param_name => 'px_csi_txn_rec.source_transaction_date',
456: p_api_name => 'csi_fa_instance_grp.create_item_instance');
457:
458: -- transaction_type_id in csi_transactions
459: csi_item_instance_vld_pvt.check_reqd_param_num(
460: p_number => px_csi_txn_rec.transaction_type_id,

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

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

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

753: WHEN others THEN
754: rollback to fa_grp_create_instance;
755: x_return_status := fnd_api.g_ret_sts_unexp_error;
756: fnd_message.set_name('CSI','CSI_UNEXP_SQL_ERROR');
757: fnd_message.set_token('API_NAME','csi_fa_instance_grp.create_item_instance');
758: fnd_message.set_token('SQL_ERROR',SQLERRM);
759: fnd_msg_pub.add;
760: x_error_message := dump_error_stack;
761: END create_item_instance;

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

1175: WHEN others THEN
1176: rollback to fa_grp_copy_instance;
1177: x_return_status := fnd_api.g_ret_sts_unexp_error;
1178: fnd_message.set_name('CSI','CSI_UNEXP_SQL_ERROR');
1179: fnd_message.set_token('API_NAME','csi_fa_instance_grp.copy_item_instance');
1180: fnd_message.set_token('SQL_ERROR',SQLERRM);
1181: fnd_msg_pub.add;
1182: x_error_message := dump_error_stack;
1183: END copy_item_instance;

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

1305: x_error_message := dump_error_stack;
1306: WHEN others THEN
1307: x_return_status := fnd_api.g_ret_sts_unexp_error;
1308: fnd_message.set_name('CSI','CSI_UNEXP_SQL_ERROR');
1309: fnd_message.set_token('API_NAME','csi_fa_instance_grp.associate_item_instance');
1310: fnd_message.set_token('SQL_ERROR',SQLERRM);
1311: fnd_msg_pub.add;
1312: x_error_message := dump_error_stack;
1313: END associate_item_instance;

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

1395: x_error_message := dump_error_stack;
1396: WHEN others THEN
1397: x_return_status := fnd_api.g_ret_sts_unexp_error;
1398: fnd_message.set_name('CSI','CSI_UNEXP_SQL_ERROR');
1399: fnd_message.set_token('API_NAME','csi_fa_instance_grp.update_asset_association');
1400: fnd_message.set_token('SQL_ERROR',SQLERRM);
1401: fnd_msg_pub.add;
1402: x_error_message := dump_error_stack;
1403: END update_asset_association;

Line 1537: END csi_fa_instance_grp;

1533: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1534: x_error_message := substr(sqlerrm, 1, 2000);
1535: END create_instance_assets;
1536:
1537: END csi_fa_instance_grp;