DBA Data[Home] [Help]

APPS.BIS_VG_DESC_FLEX dependencies on FND_API

Line 216: x_return_status := FND_API.G_RET_STS_SUCCESS;

212: --
213: BEGIN
214:
215: bis_debug_pub.Add('> parse_DF_Column_Line');
216: x_return_status := FND_API.G_RET_STS_SUCCESS;
217: -- get row of text from table
218: l_string := bis_vg_util.get_row ( p_View_Column_Table
219: , p_Column_Pointer
220: , x_return_status

Line 350: when FND_API.G_EXC_ERROR then

346: bis_debug_pub.Add('< parse_DF_Column_Line');
347: --
348:
349: EXCEPTION
350: when FND_API.G_EXC_ERROR then
351: x_return_status := FND_API.G_RET_STS_ERROR ;
352: RAISE FND_API.G_EXC_ERROR;
353: when FND_API.G_EXC_UNEXPECTED_ERROR then
354: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 351: x_return_status := FND_API.G_RET_STS_ERROR ;

347: --
348:
349: EXCEPTION
350: when FND_API.G_EXC_ERROR then
351: x_return_status := FND_API.G_RET_STS_ERROR ;
352: RAISE FND_API.G_EXC_ERROR;
353: when FND_API.G_EXC_UNEXPECTED_ERROR then
354: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
355: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 352: RAISE FND_API.G_EXC_ERROR;

348:
349: EXCEPTION
350: when FND_API.G_EXC_ERROR then
351: x_return_status := FND_API.G_RET_STS_ERROR ;
352: RAISE FND_API.G_EXC_ERROR;
353: when FND_API.G_EXC_UNEXPECTED_ERROR then
354: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
355: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
356: when others then

Line 353: when FND_API.G_EXC_UNEXPECTED_ERROR then

349: EXCEPTION
350: when FND_API.G_EXC_ERROR then
351: x_return_status := FND_API.G_RET_STS_ERROR ;
352: RAISE FND_API.G_EXC_ERROR;
353: when FND_API.G_EXC_UNEXPECTED_ERROR then
354: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
355: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
356: when others then
357: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 354: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

350: when FND_API.G_EXC_ERROR then
351: x_return_status := FND_API.G_RET_STS_ERROR ;
352: RAISE FND_API.G_EXC_ERROR;
353: when FND_API.G_EXC_UNEXPECTED_ERROR then
354: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
355: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
356: when others then
357: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
358: BIS_VG_UTIL.Add_Error_Message

Line 355: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

351: x_return_status := FND_API.G_RET_STS_ERROR ;
352: RAISE FND_API.G_EXC_ERROR;
353: when FND_API.G_EXC_UNEXPECTED_ERROR then
354: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
355: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
356: when others then
357: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
358: BIS_VG_UTIL.Add_Error_Message
359: ( p_error_msg_id => SQLCODE

Line 357: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

353: when FND_API.G_EXC_UNEXPECTED_ERROR then
354: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
355: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
356: when others then
357: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
358: BIS_VG_UTIL.Add_Error_Message
359: ( p_error_msg_id => SQLCODE
360: , p_error_description => SQLERRM
361: , p_error_proc_name => G_PKG_NAME||'.parse_DF_Column_Line'

Line 369: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

365: bis_vg_log.update_failure_log( x_error_tbl
366: , x_return_status
367: , x_error_Tbl
368: );
369: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
370:
371: END parse_DF_Column_Line;
372: --
373: -- ============================================================================

Line 439: x_return_status := FND_API.G_RET_STS_SUCCESS;

435: l_tmp_pointer bis_vg_types.View_Character_Pointer_Type;
436: --
437: BEGIN
438: bis_debug_pub.Add('> parse_DF_Select_Line');
439: x_return_status := FND_API.G_RET_STS_SUCCESS;
440: -- get '_DF'
441: l_whole_tag := bis_vg_parser.get_token_increment_pointer
442: ( p_View_Select_Table
443: , p_Select_Pointer

Line 484: RAISE FND_API.G_EXC_ERROR;

480: bis_vg_log.update_failure_log( x_error_tbl
481: , x_return_status
482: , x_error_Tbl
483: );
484: RAISE FND_API.G_EXC_ERROR;
485: END IF;
486:
487: x_Application_Name := bis_vg_parser.get_token_increment_pointer
488: ( p_View_Select_Table

Line 519: RAISE FND_API.G_EXC_ERROR;

515: bis_vg_log.update_failure_log( x_error_tbl
516: , x_return_status
517: , x_error_Tbl
518: );
519: RAISE FND_API.G_EXC_ERROR;
520: END IF;
521:
522: --EDW flag change
523:

Line 573: RAISE FND_API.G_EXC_ERROR;

569: bis_vg_log.update_failure_log( x_error_tbl
570: , x_return_status
571: , x_error_Tbl
572: );
573: RAISE FND_API.G_EXC_ERROR;
574:
575: END IF;
576:
577: bis_debug_pub.Add('x_Desc_Flex_Name = ' || x_Desc_Flex_Name);

Line 612: RAISE FND_API.G_EXC_ERROR;

608: bis_vg_log.update_failure_log( x_error_tbl
609: , x_return_status
610: , x_error_Tbl
611: );
612: RAISE FND_API.G_EXC_ERROR;
613: END IF;
614:
615: IF check_application_validity(x_Application_Name)
616: THEN

Line 640: RAISE FND_API.G_EXC_ERROR;

636: bis_vg_log.update_failure_log( x_error_tbl
637: , x_return_status
638: , x_error_Tbl
639: );
640: RAISE FND_API.G_EXC_ERROR;
641:
642: END IF;
643:
644: --

Line 647: FND_API.G_EXC_ERROR then

643:
644: --
645: EXCEPTION
646: when
647: FND_API.G_EXC_ERROR then
648: x_return_status := FND_API.G_RET_STS_ERROR ;
649: RAISE FND_API.G_EXC_ERROR;
650: when FND_API.G_EXC_UNEXPECTED_ERROR then
651: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 648: x_return_status := FND_API.G_RET_STS_ERROR ;

644: --
645: EXCEPTION
646: when
647: FND_API.G_EXC_ERROR then
648: x_return_status := FND_API.G_RET_STS_ERROR ;
649: RAISE FND_API.G_EXC_ERROR;
650: when FND_API.G_EXC_UNEXPECTED_ERROR then
651: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
652: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 649: RAISE FND_API.G_EXC_ERROR;

645: EXCEPTION
646: when
647: FND_API.G_EXC_ERROR then
648: x_return_status := FND_API.G_RET_STS_ERROR ;
649: RAISE FND_API.G_EXC_ERROR;
650: when FND_API.G_EXC_UNEXPECTED_ERROR then
651: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
652: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
653: when others then

Line 650: when FND_API.G_EXC_UNEXPECTED_ERROR then

646: when
647: FND_API.G_EXC_ERROR then
648: x_return_status := FND_API.G_RET_STS_ERROR ;
649: RAISE FND_API.G_EXC_ERROR;
650: when FND_API.G_EXC_UNEXPECTED_ERROR then
651: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
652: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
653: when others then
654: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 651: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

647: FND_API.G_EXC_ERROR then
648: x_return_status := FND_API.G_RET_STS_ERROR ;
649: RAISE FND_API.G_EXC_ERROR;
650: when FND_API.G_EXC_UNEXPECTED_ERROR then
651: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
652: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
653: when others then
654: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
655: BIS_VG_UTIL.Add_Error_Message

Line 652: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

648: x_return_status := FND_API.G_RET_STS_ERROR ;
649: RAISE FND_API.G_EXC_ERROR;
650: when FND_API.G_EXC_UNEXPECTED_ERROR then
651: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
652: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
653: when others then
654: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
655: BIS_VG_UTIL.Add_Error_Message
656: ( p_error_msg_id => SQLCODE

Line 654: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

650: when FND_API.G_EXC_UNEXPECTED_ERROR then
651: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
652: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
653: when others then
654: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
655: BIS_VG_UTIL.Add_Error_Message
656: ( p_error_msg_id => SQLCODE
657: , p_error_description => SQLERRM
658: , p_error_proc_name => G_PKG_NAME||'.parse_DF_Select_Line'

Line 666: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

662: bis_vg_log.update_failure_log( x_error_tbl
663: , x_return_status
664: , x_error_Tbl
665: );
666: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
667:
668: END parse_DF_Select_Line;
669: --
670: -- =============================================================================

Line 729: x_return_status := FND_API.G_RET_STS_SUCCESS;

725: cv CurType;
726: --
727: BEGIN
728: bis_debug_pub.Add('> add_desc_flexfield_segments');
729: x_return_status := FND_API.G_RET_STS_SUCCESS;
730: IF(p_Prefix IS NOT NULL) THEN
731: l_prefix := p_Prefix || '_';
732: END IF;
733:

Line 860: when FND_API.G_EXC_ERROR then

856: END IF;
857: bis_debug_pub.Add('< add_desc_flexfield_segments');
858: --
859: EXCEPTION
860: when FND_API.G_EXC_ERROR then
861: x_return_status := FND_API.G_RET_STS_ERROR ;
862: RAISE FND_API.G_EXC_ERROR;
863: when FND_API.G_EXC_UNEXPECTED_ERROR then
864: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 861: x_return_status := FND_API.G_RET_STS_ERROR ;

857: bis_debug_pub.Add('< add_desc_flexfield_segments');
858: --
859: EXCEPTION
860: when FND_API.G_EXC_ERROR then
861: x_return_status := FND_API.G_RET_STS_ERROR ;
862: RAISE FND_API.G_EXC_ERROR;
863: when FND_API.G_EXC_UNEXPECTED_ERROR then
864: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
865: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 862: RAISE FND_API.G_EXC_ERROR;

858: --
859: EXCEPTION
860: when FND_API.G_EXC_ERROR then
861: x_return_status := FND_API.G_RET_STS_ERROR ;
862: RAISE FND_API.G_EXC_ERROR;
863: when FND_API.G_EXC_UNEXPECTED_ERROR then
864: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
865: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
866: when others then

Line 863: when FND_API.G_EXC_UNEXPECTED_ERROR then

859: EXCEPTION
860: when FND_API.G_EXC_ERROR then
861: x_return_status := FND_API.G_RET_STS_ERROR ;
862: RAISE FND_API.G_EXC_ERROR;
863: when FND_API.G_EXC_UNEXPECTED_ERROR then
864: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
865: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
866: when others then
867: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 864: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

860: when FND_API.G_EXC_ERROR then
861: x_return_status := FND_API.G_RET_STS_ERROR ;
862: RAISE FND_API.G_EXC_ERROR;
863: when FND_API.G_EXC_UNEXPECTED_ERROR then
864: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
865: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
866: when others then
867: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
868: BIS_VG_UTIL.Add_Error_Message

Line 865: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

861: x_return_status := FND_API.G_RET_STS_ERROR ;
862: RAISE FND_API.G_EXC_ERROR;
863: when FND_API.G_EXC_UNEXPECTED_ERROR then
864: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
865: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
866: when others then
867: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
868: BIS_VG_UTIL.Add_Error_Message
869: ( p_error_msg_id => SQLCODE

Line 867: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

863: when FND_API.G_EXC_UNEXPECTED_ERROR then
864: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
865: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
866: when others then
867: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
868: BIS_VG_UTIL.Add_Error_Message
869: ( p_error_msg_id => SQLCODE
870: , p_error_description => SQLERRM
871: , p_error_proc_name => G_PKG_NAME||'.add_desc_flexfield_segments'

Line 879: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

875: bis_vg_log.update_failure_log( x_error_tbl
876: , x_return_status
877: , x_error_Tbl
878: );
879: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
880:
881: END add_desc_flexfield_segments;
882: --
883: -- =============================================================================

Line 960: x_return_status := FND_API.G_RET_STS_SUCCESS;

956: if FND_INSTALLATION.GET_APP_INFO(p_Application_Name,l_dummy1, l_dummy2,l_schema) = false then
957: bis_debug_pub.Add('FND_INSTALLATION.GET_APP_INFO returned with error');
958: end if;
959:
960: x_return_status := FND_API.G_RET_STS_SUCCESS;
961: FND_DFLEX.GET_FLEXFIELD( appl_short_name => p_Application_Name
962: , flexfield_name => p_Desc_Flex_Name
963: , flexfield => l_flexfield
964: , flexinfo => l_flexinfo

Line 1124: when FND_API.G_EXC_ERROR then

1120: --- bis_debug_pub.debug_off;
1121: --
1122:
1123: EXCEPTION
1124: when FND_API.G_EXC_ERROR then
1125: x_return_status := FND_API.G_RET_STS_ERROR ;
1126: RAISE FND_API.G_EXC_ERROR;
1127: when FND_API.G_EXC_UNEXPECTED_ERROR then
1128: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 1125: x_return_status := FND_API.G_RET_STS_ERROR ;

1121: --
1122:
1123: EXCEPTION
1124: when FND_API.G_EXC_ERROR then
1125: x_return_status := FND_API.G_RET_STS_ERROR ;
1126: RAISE FND_API.G_EXC_ERROR;
1127: when FND_API.G_EXC_UNEXPECTED_ERROR then
1128: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1129: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1126: RAISE FND_API.G_EXC_ERROR;

1122:
1123: EXCEPTION
1124: when FND_API.G_EXC_ERROR then
1125: x_return_status := FND_API.G_RET_STS_ERROR ;
1126: RAISE FND_API.G_EXC_ERROR;
1127: when FND_API.G_EXC_UNEXPECTED_ERROR then
1128: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1129: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1130: when others then

Line 1127: when FND_API.G_EXC_UNEXPECTED_ERROR then

1123: EXCEPTION
1124: when FND_API.G_EXC_ERROR then
1125: x_return_status := FND_API.G_RET_STS_ERROR ;
1126: RAISE FND_API.G_EXC_ERROR;
1127: when FND_API.G_EXC_UNEXPECTED_ERROR then
1128: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1129: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1130: when others then
1131: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 1128: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

1124: when FND_API.G_EXC_ERROR then
1125: x_return_status := FND_API.G_RET_STS_ERROR ;
1126: RAISE FND_API.G_EXC_ERROR;
1127: when FND_API.G_EXC_UNEXPECTED_ERROR then
1128: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1129: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1130: when others then
1131: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1132: BIS_VG_UTIL.Add_Error_Message

Line 1129: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

1125: x_return_status := FND_API.G_RET_STS_ERROR ;
1126: RAISE FND_API.G_EXC_ERROR;
1127: when FND_API.G_EXC_UNEXPECTED_ERROR then
1128: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1129: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1130: when others then
1131: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1132: BIS_VG_UTIL.Add_Error_Message
1133: ( p_error_msg_id => SQLCODE

Line 1131: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

1127: when FND_API.G_EXC_UNEXPECTED_ERROR then
1128: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1129: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1130: when others then
1131: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1132: BIS_VG_UTIL.Add_Error_Message
1133: ( p_error_msg_id => SQLCODE
1134: , p_error_description => SQLERRM
1135: , p_error_proc_name => G_PKG_NAME||'.update_Desc_Flex_Tables'

Line 1143: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

1139: bis_vg_log.update_failure_log( x_error_tbl
1140: , x_return_status
1141: , x_error_Tbl
1142: );
1143: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1144:
1145:
1146: END update_Desc_Flex_Tables;
1147: --

Line 1210: x_return_status := FND_API.G_RET_STS_SUCCESS;

1206: l_EDW_Flag BOOLEAN; --EDW flag change
1207: l_DUMMY_Flag BOOLEAN; --EDW flag change
1208: BEGIN
1209: bis_debug_pub.Add('> add_Desc_Flex_Info');
1210: x_return_status := FND_API.G_RET_STS_SUCCESS;
1211:
1212: parse_DF_Column_Line( p_View_Column_Table
1213: , p_Column_Pointer
1214: , x_Column_Pointer

Line 1295: when FND_API.G_EXC_ERROR then

1291:
1292: EXCEPTION
1293: when bis_view_generator_pvt.cannot_prune_non_edw_view THEN
1294: RAISE; -- same exception
1295: when FND_API.G_EXC_ERROR then
1296: x_return_status := FND_API.G_RET_STS_ERROR ;
1297: RAISE; -- same exception
1298: when FND_API.G_EXC_UNEXPECTED_ERROR then
1299: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 1296: x_return_status := FND_API.G_RET_STS_ERROR ;

1292: EXCEPTION
1293: when bis_view_generator_pvt.cannot_prune_non_edw_view THEN
1294: RAISE; -- same exception
1295: when FND_API.G_EXC_ERROR then
1296: x_return_status := FND_API.G_RET_STS_ERROR ;
1297: RAISE; -- same exception
1298: when FND_API.G_EXC_UNEXPECTED_ERROR then
1299: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1300: RAISE; -- same exception

Line 1298: when FND_API.G_EXC_UNEXPECTED_ERROR then

1294: RAISE; -- same exception
1295: when FND_API.G_EXC_ERROR then
1296: x_return_status := FND_API.G_RET_STS_ERROR ;
1297: RAISE; -- same exception
1298: when FND_API.G_EXC_UNEXPECTED_ERROR then
1299: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1300: RAISE; -- same exception
1301: when others then
1302: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 1299: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

1295: when FND_API.G_EXC_ERROR then
1296: x_return_status := FND_API.G_RET_STS_ERROR ;
1297: RAISE; -- same exception
1298: when FND_API.G_EXC_UNEXPECTED_ERROR then
1299: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1300: RAISE; -- same exception
1301: when others then
1302: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1303: BIS_VG_UTIL.Add_Error_Message

Line 1302: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

1298: when FND_API.G_EXC_UNEXPECTED_ERROR then
1299: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1300: RAISE; -- same exception
1301: when others then
1302: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1303: BIS_VG_UTIL.Add_Error_Message
1304: ( p_error_msg_id => SQLCODE
1305: , p_error_description => SQLERRM
1306: , p_error_proc_name => G_PKG_NAME||'.add_Desc_Flex_Info'

Line 1314: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

1310: bis_vg_log.update_failure_log( x_error_tbl
1311: , x_return_status
1312: , x_error_Tbl
1313: );
1314: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1315:
1316:
1317: END add_Desc_Flex_Info;
1318: --