87: from jtf_terr_all
88: where terr_id = p_terr_id;
89:
90: EXCEPTION
91: when FND_API.G_EXC_ERROR then
92: x_return_status := 'E';
93: x_msg_data := substr(sqlerrm, 1, 200) ;
94: return;
95:
516: commit;
517: x_return_status := 'S';
518:
519: EXCEPTION
520: when FND_API.G_EXC_ERROR then
521:
522: x_return_status := 'E';
523: x_msg_data := substr(sqlerrm, 1, 200) ;
524: return;