DBA Data[Home] [Help]

APPS.BIS_INDICATOR_REGION_PUB dependencies on HTP

Line 67: htp.p('BIS_INDICATOR_REGION_PUB.Create_User_Ind_Selection:'||SQLERRM); htp.para;

63: , p_error_msg_id => SQLCODE
64: , p_error_description => SQLERRM
65: , x_error_table => x_error_Tbl
66: );
67: htp.p('BIS_INDICATOR_REGION_PUB.Create_User_Ind_Selection:'||SQLERRM); htp.para;
68:
69: END Create_User_Ind_Selection;
70:
71: Procedure Retrieve_User_Ind_Selections(

Line 149: htp.p('BIS_INDICATOR_REGION_PUB.Retrieve_User_Ind_Selections:'||SQLERRM);

145: , p_error_msg_id => SQLCODE
146: , p_error_description => SQLERRM
147: , x_error_table => x_error_Tbl
148: );
149: htp.p('BIS_INDICATOR_REGION_PUB.Retrieve_User_Ind_Selections:'||SQLERRM);
150: htp.para;
151:
152: END Retrieve_User_Ind_Selections;
153:

Line 150: htp.para;

146: , p_error_description => SQLERRM
147: , x_error_table => x_error_Tbl
148: );
149: htp.p('BIS_INDICATOR_REGION_PUB.Retrieve_User_Ind_Selections:'||SQLERRM);
150: htp.para;
151:
152: END Retrieve_User_Ind_Selections;
153:
154: Procedure Retrieve_User_Ind_Selections(

Line 208: --htp.p('tar lev aft retrieve: ' ||l_Target_level_rec.Target_Level_ID);

204: x_Error_tbl);
205:
206: -- meastmon 07/31/2001
207: --Comment this line which is causing error
208: --htp.p('tar lev aft retrieve: ' ||l_Target_level_rec.Target_Level_ID);
209:
210: --dbms_output.put_line('tar lev aft retrieve: '
211: -- ||l_Target_level_rec.Target_Level_ID);
212: END IF;

Line 319: htp.p('BIS_INDICATOR_REGION_PUB.Update_User_Ind_Selection:'||SQLERRM); htp.para;

315: , p_error_msg_id => SQLCODE
316: , p_error_description => SQLERRM
317: , x_error_table => x_error_Tbl
318: );
319: htp.p('BIS_INDICATOR_REGION_PUB.Update_User_Ind_Selection:'||SQLERRM); htp.para;
320:
321: END Update_User_Ind_Selection;
322:
323:

Line 389: htp.p('BIS_INDICATOR_REGION_PUB.Delete_User_Ind_Selection:'||SQLERRM); htp.para;

385: , p_error_msg_id => SQLCODE
386: , p_error_description => SQLERRM
387: , x_error_table => x_error_Tbl
388: );
389: htp.p('BIS_INDICATOR_REGION_PUB.Delete_User_Ind_Selection:'||SQLERRM); htp.para;
390:
391: END Delete_User_Ind_Selections;
392:
393: