DBA Data[Home] [Help]

APPS.BOMPXINQ dependencies on BOMPXINQ

Line 1: package body BOMPXINQ as

1: package body BOMPXINQ as
2: /* $Header: BOMXINQB.pls 120.0.12010000.4 2010/02/24 12:35:15 agoginen ship $ */
3: /*==========================================================================+
4: | Copyright (c) 1993 Oracle Corporation Belmont, California, USA |
5: | All rights reserved. |

Line 633: p_pkg_name => 'BOMPXINQ',

629: err_msg := out_message;
630: WHEN parameter_error THEN
631: error_code := -1;
632: Fnd_Msg_Pub.Build_Exc_Msg(
633: p_pkg_name => 'BOMPXINQ',
634: p_procedure_name => 'exploder_userexit',
635: p_error_text => 'verify parameters');
636: err_msg := Fnd_Message.Get_Encoded;
637: /* Commented for bug 9355186 WHEN inv_uom_conv_exe THEN

Line 646: p_pkg_name => 'BOMPXINQ',

642:
643: WHEN OTHERS THEN
644: error_code := SQLCODE;
645: Fnd_Msg_Pub.Build_Exc_Msg(
646: p_pkg_name => 'BOMPXINQ',
647: p_procedure_name => 'exploder_userexit',
648: p_error_text => SQLERRM);
649: err_msg := Fnd_Message.Get_Encoded;
650: ROLLBACK TO exploder_userexit_pvt; -- Added for bug: 3863319

Line 1660: l_bom_export_tab BOMPXINQ.BOMEXPORTTABTYPE;

1656: l_organization_id NUMBER;
1657: l_assembly_item_id NUMBER;
1658: l_profile_id NUMBER := FND_PROFILE.value('PER_SECURITY_PROFILE_ID');
1659:
1660: l_bom_export_tab BOMPXINQ.BOMEXPORTTABTYPE;
1661:
1662: CURSOR organization_code_CUR IS
1663: SELECT organization_id
1664: FROM mtl_parameters

Line 1858: END BOMPXINQ;

1854: X_error_code := -113;
1855: X_Err_Msg := FND_MESSAGE.Get;
1856: END EXPORT_BOM;
1857:
1858: END BOMPXINQ;