DBA Data[Home] [Help]

APPS.BOMPOPIF dependencies on BOMPOPIF

Line 1: package body BOMPOPIF as

1: package body BOMPOPIF as
2: /* $Header: BOMOPIFB.pls 120.3 2006/05/25 05:38:15 bbpatel ship $ */
3: /*==========================================================================+
4: | Copyright (c) 1993 Oracle Corporation Belmont, California, USA |
5: | All rights reserved. |

Line 303: err_text := 'BOMPOPIF(bmopinp) ' || substrb(err_msg,1,1500);

299: RETURN(l_func_return_code);
300:
301: EXCEPTION
302: When l_RoutingError then
303: err_text := 'BOMPOPIF(bmopinp) ' || substrb(err_msg,1,1500);
304: RETURN(ret_code);
305: /*
306: err_text := Fnd_Msg_Pub.Get(p_msg_index => Fnd_Msg_Pub.G_First,
307: p_encoded => FND_API.G_FALSE);

Line 311: err_text := 'BOMPOPIF(bmopinp) ' || substrb(err_msg,1,1500);

307: p_encoded => FND_API.G_FALSE);
308: return(-1);
309: */
310: When l_BillError then
311: err_text := 'BOMPOPIF(bmopinp) ' || substrb(err_msg,1,1500);
312: RETURN(ret_code);
313: WHEN others THEN
314: err_text := 'BOMPOPIF(bmopinp) ' || substrb(SQLERRM,1,240);
315: RETURN(SQLCODE);

Line 314: err_text := 'BOMPOPIF(bmopinp) ' || substrb(SQLERRM,1,240);

310: When l_BillError then
311: err_text := 'BOMPOPIF(bmopinp) ' || substrb(err_msg,1,1500);
312: RETURN(ret_code);
313: WHEN others THEN
314: err_text := 'BOMPOPIF(bmopinp) ' || substrb(SQLERRM,1,240);
315: RETURN(SQLCODE);
316: END bmopinp_open_interface_process;
317:
318: END BOMPOPIF;

Line 318: END BOMPOPIF;

314: err_text := 'BOMPOPIF(bmopinp) ' || substrb(SQLERRM,1,240);
315: RETURN(SQLCODE);
316: END bmopinp_open_interface_process;
317:
318: END BOMPOPIF;