DBA Data[Home] [Help]

APPS.BOMPBXIN dependencies on BOMPBXIN

Line 1: PACKAGE BODY BOMPBXIN AS

1: PACKAGE BODY BOMPBXIN AS
2: -- $Header: BOMBXINB.pls 120.11.12020000.3 2013/02/18 13:37:41 rambkond ship $
3: -- =========================================================================+
4: -- Copyright (c) 1993 Oracle Corporation Belmont, California, USA |
5: -- All rights reserved. |

Line 973: p_pkg_name => 'BOMPBXIN',

969: EXCEPTION
970: WHEN OTHERS THEN
971: error_code := SQLCODE;
972: Fnd_Msg_Pub.Build_Exc_Msg(
973: p_pkg_name => 'BOMPBXIN',
974: p_procedure_name => 'BOM_EXPLODER',
975: p_error_text => SQLERRM);
976: err_msg := Fnd_Message.Get_Encoded;
977: ROLLBACK TO bom_exploder_pvt; -- bug 3863319

Line 980: END BOMPBXIN;

976: err_msg := Fnd_Message.Get_Encoded;
977: ROLLBACK TO bom_exploder_pvt; -- bug 3863319
978: END bom_exploder;
979:
980: END BOMPBXIN;