DBA Data[Home] [Help]

APPS.BIS_VG_KEY_FLEX dependencies on FND_API

Line 50: --- --- EXCEPTION : FND_API.G_EXC_UNEXPECTED_ERROR

46: --- 13. x_return_status error or normal
47: --- 14. x_error_Tbl table of error messages
48: ---
49: --- COMMENT : Call this procedure to add particular key flexfield information to a view.
50: --- --- EXCEPTION : FND_API.G_EXC_UNEXPECTED_ERROR
51: --- FND_API.G_EXC_ERROR;
52: --- ==================================================================================== */
53: PROCEDURE add_Key_Flex_Info
54: ( p_View_Column_Table IN BIS_VG_TYPES.View_Text_Table_Type

Line 51: --- FND_API.G_EXC_ERROR;

47: --- 14. x_error_Tbl table of error messages
48: ---
49: --- COMMENT : Call this procedure to add particular key flexfield information to a view.
50: --- --- EXCEPTION : FND_API.G_EXC_UNEXPECTED_ERROR
51: --- FND_API.G_EXC_ERROR;
52: --- ==================================================================================== */
53: PROCEDURE add_Key_Flex_Info
54: ( p_View_Column_Table IN BIS_VG_TYPES.View_Text_Table_Type
55: , p_View_Select_Table IN BIS_VG_TYPES.View_Text_Table_Type

Line 86: --- EXCEPTION : FND_API.G_EXC_UNEXPECTED_ERROR

82: --- 8. x_Structure_Column Structure Column Name
83: --- 9. x_return_status error or normal
84: --- 10. x_error_Tbl table of error messages
85: --- COMMENT : Call this procedure to parse the KF selected tag.
86: --- EXCEPTION : FND_API.G_EXC_UNEXPECTED_ERROR
87: --- FND_API.G_EXC_ERROR;
88: --- =============================================================================
89: PROCEDURE parse_KF_Select_Line
90: ( p_View_Select_Table IN bis_vg_types.View_Text_Table_Type

Line 87: --- FND_API.G_EXC_ERROR;

83: --- 9. x_return_status error or normal
84: --- 10. x_error_Tbl table of error messages
85: --- COMMENT : Call this procedure to parse the KF selected tag.
86: --- EXCEPTION : FND_API.G_EXC_UNEXPECTED_ERROR
87: --- FND_API.G_EXC_ERROR;
88: --- =============================================================================
89: PROCEDURE parse_KF_Select_Line
90: ( p_View_Select_Table IN bis_vg_types.View_Text_Table_Type
91: , p_Select_Pointer IN bis_vg_types.View_Character_Pointer_Type