DBA Data[Home] [Help]

APPS.FA_CUA_MASS_UPDATE1_PKG dependencies on FND_MSG_PUB

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

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

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

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

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

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

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

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

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

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