DBA Data[Home] [Help]

APPS.CZ_BOM_CONFIG_EXPLOSIONS_PKG dependencies on FND_MESSAGE

Line 1693: FND_MESSAGE.parse_encoded( x_msg_data, v_appl_name, v_error_name ) ;

1689: x_msg_count,
1690: x_msg_data);
1691:
1692: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , x_msg_data ) ;
1693: FND_MESSAGE.parse_encoded( x_msg_data, v_appl_name, v_error_name ) ;
1694:
1695: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML ' , v_appl_name || ' err ' || v_error_name ) ;
1696:
1697: if( x_return_status = FND_API.G_RET_STS_ERROR ) then

Line 2140: -- x_msg_data := FND_MESSAGE.GET ;

2136: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' came into expected exception create_preconfig_item_ml at step ' || to_char( x_msg_count) ) ;
2137:
2138:
2139:
2140: -- x_msg_data := FND_MESSAGE.GET ;
2141:
2142: when FND_API.G_EXC_UNEXPECTED_ERROR then
2143: -- insert into my_debug_messages values ( ' came into unexpected exception create_preconfig_item_ml at step ' || v_step ) ;
2144: CTO_WIP_WORKFLOW_API_PK.CTO_DEBUG( 'CREATE_PRECONFIG_ITEM_ML' , ' came into unexpected exception create_preconfig_item_ml at step ' || v_step ) ;

Line 3896: FND_MESSAGE.Set_Name('BOM','CZ_PLSQL_ERROR');

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);
3899: FND_MESSAGE.Set_Token('ORA_TEXT',substr(SQLERRM,1,100));
3900: x_message := FND_MESSAGE.Get;

Line 3897: FND_MESSAGE.Set_Token('PACKAGE',x_message);

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);
3899: FND_MESSAGE.Set_Token('ORA_TEXT',substr(SQLERRM,1,100));
3900: x_message := FND_MESSAGE.Get;
3901: return;

Line 3898: FND_MESSAGE.Set_Token('ORA_ERROR',SQLCODE);

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);
3899: FND_MESSAGE.Set_Token('ORA_TEXT',substr(SQLERRM,1,100));
3900: x_message := FND_MESSAGE.Get;
3901: return;
3902: END BOM_INS_MODEL_AND_MANDATORY;

Line 3899: FND_MESSAGE.Set_Token('ORA_TEXT',substr(SQLERRM,1,100));

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);
3899: FND_MESSAGE.Set_Token('ORA_TEXT',substr(SQLERRM,1,100));
3900: x_message := FND_MESSAGE.Get;
3901: return;
3902: END BOM_INS_MODEL_AND_MANDATORY;
3903:

Line 3900: x_message := FND_MESSAGE.Get;

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);
3899: FND_MESSAGE.Set_Token('ORA_TEXT',substr(SQLERRM,1,100));
3900: x_message := FND_MESSAGE.Get;
3901: return;
3902: END BOM_INS_MODEL_AND_MANDATORY;
3903:
3904: