Thanks for the clue mate.
I tried yours but not worked. But i just made some modifications in mine and its worked. Here is the code snippet. May be useful for any one else ??
$posts_array = get_posts( $argse );
foreach($posts_array as $pst=>$mount)
{
$id=$mount->ID;
echo get_post_meta($id, 'refernce_number', true);
}