DBA Data[Home] [Help]

APPS.BOM_COMPONENT_API dependencies on FND_MESSAGE

Line 4935: X_error_message := FND_MESSAGE.Get_String('BOM',

4931: X_comp_group_description := X_compgroup.description;
4932: END LOOP;
4933:
4934: IF (X_comp_group_name is null) THEN
4935: X_error_message := FND_MESSAGE.Get_String('BOM',
4936: 'BOM_COMP_DELETE_GROUP_MISSING');
4937: err_text := 'Bom_Component_Api:'||to_char(stmt_num)||
4938: '- '||X_error_message;
4939: RETURN(-9999);

Line 4953: X_error_message := FND_MESSAGE.Get_String('BOM',

4949: WHERE delete_group_name = X_comp_group_name
4950: AND organization_id = c2rec.OI;
4951:
4952: IF (X_delete_type <> 4) THEN
4953: X_error_message := FND_MESSAGE.Get_String('BOM',
4954: 'BOM_DELETE_GROUP_INVALID');
4955: err_text := 'Bom_Component_Api('||to_char(stmt_num)||
4956: ') - '||X_error_message;
4957: RETURN(-9999);