DBA Data[Home] [Help]

APPS.FA_CUA_MASS_UPDATE1_PKG dependencies on FND_MSG_PUB

Line 417: x_err_code := substr(fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_TRUE), 1, 512);

413: px_asset_cat_rec_new => l_asset_cat_rec_new,
414: p_recl_opt_rec => l_recl_opt_rec );
415:
416: if not(l_return_status <> 'S') then
417: x_err_code := substr(fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_TRUE), 1, 512);
418: end if;
419:
420: x_err_stack := l_old_stack;
421:

Line 526: x_err_code := substr(fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_TRUE), 1, 512);

522: px_asset_hdr_rec => l_asset_hdr_rec,
523: px_asset_dist_tbl => l_asset_dist_tbl);
524:
525: if (l_return_status <> FND_API.G_RET_STS_SUCCESS) then
526: x_err_code := substr(fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_TRUE), 1, 512);
527: return;
528: end if;
529: end loop;
530:

Line 604: x_err_code := substr(fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_TRUE), 1, 512);

600:
601:
602:
603: if (l_return_status <> FND_API.G_RET_STS_SUCCESS) then
604: x_err_code := substr(fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_TRUE), 1, 512);
605: return;
606: end if;
607:
608: EXCEPTION

Line 887: l_err_code := substr(fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_TRUE), 1, 512);

883: X_trx_type => 'RECLASS',
884: X_trx_date => l_transaction_date,
885: X_init_message_flag=> 'YES') then
886:
887: l_err_code := substr(fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_TRUE), 1, 512);
888:
889: if nvl(l_err_code, '0') = '0' then
890: -- check_pending_batches procedure returned false;
891: l_err_code := 'CUA_PENDING_BOOK';

Line 1141: x_err_code := substr(fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_TRUE), 1, 512);

1137: px_asset_desc_rec_new => l_asset_desc_rec,
1138: px_asset_cat_rec_new => l_asset_cat_rec);
1139:
1140: if ( l_return_status <> FND_API.G_RET_STS_SUCCESS) then
1141: x_err_code := substr(fnd_msg_pub.get(fnd_msg_pub.G_FIRST, fnd_api.G_TRUE), 1, 512);
1142: x_err_attr_name := l_get_lines_rec.attribute_name;
1143: return;
1144: end if;
1145: end if;