DBA Data[Home] [Help]

APPS.CSP_PART_SEARCH_PVT dependencies on FND_MSG_PUB

Line 1203: FND_MSG_PUB.initialize;

1199: log('get_my_location','l_return_status:'||l_return_status);
1200:
1201: --ignore errors from geo-coding process
1202: l_return_status := fnd_api.g_ret_sts_success;
1203: FND_MSG_PUB.initialize;
1204: log('get_my_location','End');
1205: exception
1206: when others then
1207: log('get_my_location','when others exception');

Line 1211: FND_MSG_PUB.initialize;

1207: log('get_my_location','when others exception');
1208: log('get_my_location','sqlcode:'||sqlcode);
1209: log('get_my_location','sqlerrm:'||sqlerrm);
1210: l_return_status := fnd_api.g_ret_sts_success;
1211: FND_MSG_PUB.initialize;
1212: end;
1213:
1214: function get_organization_id return number as
1215: cursor c_organization_id is