DBA Data[Home] [Help]

APPS.CZ_BOM_CONFIG_EXPLOSIONS_PKG dependencies on BOM_CONFIG_EXPLOSIONS

Line 1: PACKAGE BODY CZ_BOM_CONFIG_EXPLOSIONS_PKG as

1: PACKAGE BODY CZ_BOM_CONFIG_EXPLOSIONS_PKG as
2: /* $Header: BOMCZCBB.pls 120.3.12000000.3 2007/07/16 16:59:51 abhissri ship $ */
3:
4:
5: /*

Line 13: | DESCRIPTION : CZ_BOM_CONFIG_EXPLOSIONS_PKG, will insert mandatory

9: +=======================================================================+
10: | NAME
11: | BOMCZCBB.pls
12: |
13: | DESCRIPTION : CZ_BOM_CONFIG_EXPLOSIONS_PKG, will insert mandatory
14: | and optional components of a selected configuration
15: | into BOM Tables.
16: | PARAMETERS
17: |

Line 225: CURSOR C IS SELECT rowid FROM BOM_CONFIG_EXPLOSIONS

221: X_Attribute13 VARCHAR2,
222: X_Attribute14 VARCHAR2,
223: X_Attribute15 VARCHAR2
224: ) IS
225: CURSOR C IS SELECT rowid FROM BOM_CONFIG_EXPLOSIONS
226: WHERE group_id = X_Group_Id
227: AND sort_order = X_Sort_Order;
228:
229: BEGIN

Line 3889: x_message := 'BOM_CONFIG_EXPLOSIONS_PKG.Insert_Mandatory_Components('

3885: -- Commit;
3886: EXCEPTION
3887: WHEN OTHERS THEN
3888: DELETE from bom_explosion_temp;
3889: x_message := 'BOM_CONFIG_EXPLOSIONS_PKG.Insert_Mandatory_Components('
3890: || to_char(X_Stmt_Num) || '):';
3891: FND_MESSAGE.Set_Name('BOM','CZ_PLSQL_ERROR');
3892: FND_MESSAGE.Set_Token('PACKAGE',x_message);
3893: FND_MESSAGE.Set_Token('ORA_ERROR',SQLCODE);

Line 3901: END CZ_BOM_CONFIG_EXPLOSIONS_PKG;

3897: END BOM_INS_MODEL_AND_MANDATORY;
3898:
3899:
3900:
3901: END CZ_BOM_CONFIG_EXPLOSIONS_PKG;