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.5.12010000.3 2009/04/08 17:15:13 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 3894: x_message := 'BOM_CONFIG_EXPLOSIONS_PKG.Insert_Mandatory_Components('

3890: -- Commit;
3891: EXCEPTION
3892: WHEN OTHERS THEN
3893: DELETE from bom_explosion_temp;
3894: x_message := 'BOM_CONFIG_EXPLOSIONS_PKG.Insert_Mandatory_Components('
3895: || to_char(X_Stmt_Num) || '):';
3896: FND_MESSAGE.Set_Name('BOM','CZ_PLSQL_ERROR');
3897: FND_MESSAGE.Set_Token('PACKAGE',x_message);
3898: FND_MESSAGE.Set_Token('ORA_ERROR',SQLCODE);

Line 3906: END CZ_BOM_CONFIG_EXPLOSIONS_PKG;

3902: END BOM_INS_MODEL_AND_MANDATORY;
3903:
3904:
3905:
3906: END CZ_BOM_CONFIG_EXPLOSIONS_PKG;