DBA Data[Home] [Help]

APPS.ENG_VAL_TO_ID dependencies on BOM_GLOBALS

Line 1154: IF l_transaction_type = Bom_GLOBALS.G_OPR_CREATE

1150: p_eco_unexp_rec.change_mgmt_type_code := l_change_mgmt_type_code;
1151: x_Return_Status := FND_API.G_RET_STS_SUCCESS;
1152: END IF;
1153: ELSE
1154: IF l_transaction_type = Bom_GLOBALS.G_OPR_CREATE
1155: THEN
1156: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR)
1157: THEN
1158: Error_Handler.Add_Error_Token

Line 2097: IF Bom_Globals.Get_Debug = 'Y' THEN

2093: p_revised_item_rec.alternate_bom_code
2094: , x_err_text => l_err_text
2095: );
2096:
2097: IF Bom_Globals.Get_Debug = 'Y' THEN
2098: Error_Handler.Write_Debug('Getting Bill Seq Id . . . : ' ||
2099: to_char(l_rev_item_unexp_rec.bill_sequence_id));
2100: END IF;
2101:

Line 2121: IF Bom_Globals.Get_Debug = 'Y' THEN

2117: , x_err_text => l_err_text
2118: );
2119:
2120:
2121: IF Bom_Globals.Get_Debug = 'Y' THEN
2122: Error_Handler.Write_Debug('Getting Routing Seq Id . . . : ' ||
2123: to_char(l_rev_item_unexp_rec.routing_sequence_id));
2124: END IF;
2125:

Line 2203: IF Bom_Globals.Get_Debug = 'Y'

2199: , p_revision => p_revised_item_rec.from_item_revision
2200: , p_revision_date => SYSDATE
2201: , x_err_text => l_err_text
2202: );
2203: IF Bom_Globals.Get_Debug = 'Y'
2204: THEN
2205: Error_Handler.Write_Debug('Getting From Revision Id . . . : ' ||
2206: to_char(l_rev_item_unexp_rec.from_item_revision_id));
2207: END IF;

Line 2259: IF Bom_Globals.Get_Debug = 'Y'

2255: );
2256: l_return_status := FND_API.G_RET_STS_ERROR;
2257: END IF;
2258:
2259: IF Bom_Globals.Get_Debug = 'Y'
2260: THEN
2261: Error_Handler.Write_Debug('Getting New Revision reason Code . . . : ' ||
2262: l_rev_item_unexp_rec.new_revision_reason_code); -- bug 4309885: removed to_char(varchar) as it is not supported in 8i
2263: END IF;

Line 3546: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('And this call returned with ' || l_Return_Status); END IF ;

3542: x_other_message := 'BOM_CMP_UUI_SEV_ERROR';
3543: x_other_token_tbl(1).token_name := 'REVISED_COMPONENT_NAME';
3544: x_other_token_tbl(1).token_value := p_component_item_name ;
3545:
3546: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('And this call returned with ' || l_Return_Status); END IF ;
3547:
3548: RETURN;
3549:
3550: ELSIF p_transaction_type IN

Line 3551: ( BOM_Globals.G_OPR_UPDATE, BOM_globals.G_OPR_DELETE,

3547:
3548: RETURN;
3549:
3550: ELSIF p_transaction_type IN
3551: ( BOM_Globals.G_OPR_UPDATE, BOM_globals.G_OPR_DELETE,
3552: BOM_Globals.G_OPR_CANCEL
3553: ) AND
3554: x_bill_sequence_id IS NULL AND p_entity_processed = 'RC'
3555: THEN

Line 3552: BOM_Globals.G_OPR_CANCEL

3548: RETURN;
3549:
3550: ELSIF p_transaction_type IN
3551: ( BOM_Globals.G_OPR_UPDATE, BOM_globals.G_OPR_DELETE,
3552: BOM_Globals.G_OPR_CANCEL
3553: ) AND
3554: x_bill_sequence_id IS NULL AND p_entity_processed = 'RC'
3555: THEN
3556: l_return_status := FND_API.G_RET_STS_ERROR;

Line 3675: IF Bom_Globals.get_debug = 'Y' then Error_Handler.write_debug

3671: , p_bill_sequence_id => x_bill_sequence_id
3672: , x_err_text => l_Err_Text
3673: );
3674:
3675: IF Bom_Globals.get_debug = 'Y' then Error_Handler.write_debug
3676: ('Component sequence ' || x_component_sequence_id ) ;
3677: END IF;
3678:
3679: IF x_component_sequence_id IS NULL

Line 3735: Bom_Globals.Set_Lot_Number(l_lot_number) ;

3731:
3732: END IF ;
3733:
3734: -- Set Revised Item Attributes to Global System Information.
3735: Bom_Globals.Set_Lot_Number(l_lot_number) ;
3736: Bom_Globals.Set_From_Wip_Entity_Id(l_from_wip_entity_id) ;
3737: Bom_Globals.Set_To_Wip_Entity_Id(l_to_wip_entity_id) ;
3738: Bom_Globals.Set_From_Cum_Qty(l_from_cum_qty) ;
3739: Bom_Globals.Set_Eco_For_Production(l_eco_for_production) ;

Line 3736: Bom_Globals.Set_From_Wip_Entity_Id(l_from_wip_entity_id) ;

3732: END IF ;
3733:
3734: -- Set Revised Item Attributes to Global System Information.
3735: Bom_Globals.Set_Lot_Number(l_lot_number) ;
3736: Bom_Globals.Set_From_Wip_Entity_Id(l_from_wip_entity_id) ;
3737: Bom_Globals.Set_To_Wip_Entity_Id(l_to_wip_entity_id) ;
3738: Bom_Globals.Set_From_Cum_Qty(l_from_cum_qty) ;
3739: Bom_Globals.Set_Eco_For_Production(l_eco_for_production) ;
3740:

Line 3737: Bom_Globals.Set_To_Wip_Entity_Id(l_to_wip_entity_id) ;

3733:
3734: -- Set Revised Item Attributes to Global System Information.
3735: Bom_Globals.Set_Lot_Number(l_lot_number) ;
3736: Bom_Globals.Set_From_Wip_Entity_Id(l_from_wip_entity_id) ;
3737: Bom_Globals.Set_To_Wip_Entity_Id(l_to_wip_entity_id) ;
3738: Bom_Globals.Set_From_Cum_Qty(l_from_cum_qty) ;
3739: Bom_Globals.Set_Eco_For_Production(l_eco_for_production) ;
3740:
3741: x_Mesg_Token_Tbl := l_Mesg_Token_Tbl;

Line 3738: Bom_Globals.Set_From_Cum_Qty(l_from_cum_qty) ;

3734: -- Set Revised Item Attributes to Global System Information.
3735: Bom_Globals.Set_Lot_Number(l_lot_number) ;
3736: Bom_Globals.Set_From_Wip_Entity_Id(l_from_wip_entity_id) ;
3737: Bom_Globals.Set_To_Wip_Entity_Id(l_to_wip_entity_id) ;
3738: Bom_Globals.Set_From_Cum_Qty(l_from_cum_qty) ;
3739: Bom_Globals.Set_Eco_For_Production(l_eco_for_production) ;
3740:
3741: x_Mesg_Token_Tbl := l_Mesg_Token_Tbl;
3742: x_Return_Status := l_Return_Status;

Line 3739: Bom_Globals.Set_Eco_For_Production(l_eco_for_production) ;

3735: Bom_Globals.Set_Lot_Number(l_lot_number) ;
3736: Bom_Globals.Set_From_Wip_Entity_Id(l_from_wip_entity_id) ;
3737: Bom_Globals.Set_To_Wip_Entity_Id(l_to_wip_entity_id) ;
3738: Bom_Globals.Set_From_Cum_Qty(l_from_cum_qty) ;
3739: Bom_Globals.Set_Eco_For_Production(l_eco_for_production) ;
3740:
3741: x_Mesg_Token_Tbl := l_Mesg_Token_Tbl;
3742: x_Return_Status := l_Return_Status;
3743:

Line 4227: bom_globals.retrieve_message ('ENG', 'ENG_SUBJECT_ITEM_REVISION')

4223:
4224: -- IF (p_change_line_rec.change_type_code IS NOT NULL)
4225: -- THEN
4226: IF (l_display_name =
4227: bom_globals.retrieve_message ('ENG', 'ENG_SUBJECT_ITEM_REVISION')
4228: )
4229: THEN
4230: --For Item Revision PK1_NAME,PK3_NAME,PK4_NAME Columns are mandatory
4231: IF ( p_change_line_rec.pk1_name IS NOT NULL

Line 4345: bom_globals.retrieve_message ('ENG', 'ENG_SUBJECT_ITEM')

4341: l_return_status := fnd_api.g_ret_sts_error;
4342: END IF;
4343: END IF; --p_change_line_rec.Pk1_Name
4344: ELSIF (l_display_name =
4345: bom_globals.retrieve_message ('ENG', 'ENG_SUBJECT_ITEM')
4346: )
4347: THEN
4348: --For Item PK1_NAME,PK3_NAME Columns are mandatory
4349: IF ( p_change_line_rec.pk1_name IS NOT NULL