DBA Data[Home] [Help]

APPS.ENG_VAL_TO_ID dependencies on BOM_GLOBALS

Line 1151: IF l_transaction_type = Bom_GLOBALS.G_OPR_CREATE

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

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

2087: p_revised_item_rec.alternate_bom_code
2088: , x_err_text => l_err_text
2089: );
2090:
2091: IF Bom_Globals.Get_Debug = 'Y' THEN
2092: Error_Handler.Write_Debug('Getting Bill Seq Id . . . : ' ||
2093: to_char(l_rev_item_unexp_rec.bill_sequence_id));
2094: END IF;
2095:

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

2111: , x_err_text => l_err_text
2112: );
2113:
2114:
2115: IF Bom_Globals.Get_Debug = 'Y' THEN
2116: Error_Handler.Write_Debug('Getting Routing Seq Id . . . : ' ||
2117: to_char(l_rev_item_unexp_rec.routing_sequence_id));
2118: END IF;
2119:

Line 2197: IF Bom_Globals.Get_Debug = 'Y'

2193: , p_revision => p_revised_item_rec.from_item_revision
2194: , p_revision_date => SYSDATE
2195: , x_err_text => l_err_text
2196: );
2197: IF Bom_Globals.Get_Debug = 'Y'
2198: THEN
2199: Error_Handler.Write_Debug('Getting From Revision Id . . . : ' ||
2200: to_char(l_rev_item_unexp_rec.from_item_revision_id));
2201: END IF;

Line 2253: IF Bom_Globals.Get_Debug = 'Y'

2249: );
2250: l_return_status := FND_API.G_RET_STS_ERROR;
2251: END IF;
2252:
2253: IF Bom_Globals.Get_Debug = 'Y'
2254: THEN
2255: Error_Handler.Write_Debug('Getting New Revision reason Code . . . : ' ||
2256: l_rev_item_unexp_rec.new_revision_reason_code); -- bug 4309885: removed to_char(varchar) as it is not supported in 8i
2257: END IF;

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

3533: x_other_message := 'BOM_CMP_UUI_SEV_ERROR';
3534: x_other_token_tbl(1).token_name := 'REVISED_COMPONENT_NAME';
3535: x_other_token_tbl(1).token_value := p_component_item_name ;
3536:
3537: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('And this call returned with ' || l_Return_Status); END IF ;
3538:
3539: RETURN;
3540:
3541: ELSIF p_transaction_type IN

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

3538:
3539: RETURN;
3540:
3541: ELSIF p_transaction_type IN
3542: ( BOM_Globals.G_OPR_UPDATE, BOM_globals.G_OPR_DELETE,
3543: BOM_Globals.G_OPR_CANCEL
3544: ) AND
3545: x_bill_sequence_id IS NULL AND p_entity_processed = 'RC'
3546: THEN

Line 3543: BOM_Globals.G_OPR_CANCEL

3539: RETURN;
3540:
3541: ELSIF p_transaction_type IN
3542: ( BOM_Globals.G_OPR_UPDATE, BOM_globals.G_OPR_DELETE,
3543: BOM_Globals.G_OPR_CANCEL
3544: ) AND
3545: x_bill_sequence_id IS NULL AND p_entity_processed = 'RC'
3546: THEN
3547: l_return_status := FND_API.G_RET_STS_ERROR;

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

3662: , p_bill_sequence_id => x_bill_sequence_id
3663: , x_err_text => l_Err_Text
3664: );
3665:
3666: IF Bom_Globals.get_debug = 'Y' then Error_Handler.write_debug
3667: ('Component sequence ' || x_component_sequence_id ) ;
3668: END IF;
3669:
3670: IF x_component_sequence_id IS NULL

Line 3726: Bom_Globals.Set_Lot_Number(l_lot_number) ;

3722:
3723: END IF ;
3724:
3725: -- Set Revised Item Attributes to Global System Information.
3726: Bom_Globals.Set_Lot_Number(l_lot_number) ;
3727: Bom_Globals.Set_From_Wip_Entity_Id(l_from_wip_entity_id) ;
3728: Bom_Globals.Set_To_Wip_Entity_Id(l_to_wip_entity_id) ;
3729: Bom_Globals.Set_From_Cum_Qty(l_from_cum_qty) ;
3730: Bom_Globals.Set_Eco_For_Production(l_eco_for_production) ;

Line 3727: Bom_Globals.Set_From_Wip_Entity_Id(l_from_wip_entity_id) ;

3723: END IF ;
3724:
3725: -- Set Revised Item Attributes to Global System Information.
3726: Bom_Globals.Set_Lot_Number(l_lot_number) ;
3727: Bom_Globals.Set_From_Wip_Entity_Id(l_from_wip_entity_id) ;
3728: Bom_Globals.Set_To_Wip_Entity_Id(l_to_wip_entity_id) ;
3729: Bom_Globals.Set_From_Cum_Qty(l_from_cum_qty) ;
3730: Bom_Globals.Set_Eco_For_Production(l_eco_for_production) ;
3731:

Line 3728: Bom_Globals.Set_To_Wip_Entity_Id(l_to_wip_entity_id) ;

3724:
3725: -- Set Revised Item Attributes to Global System Information.
3726: Bom_Globals.Set_Lot_Number(l_lot_number) ;
3727: Bom_Globals.Set_From_Wip_Entity_Id(l_from_wip_entity_id) ;
3728: Bom_Globals.Set_To_Wip_Entity_Id(l_to_wip_entity_id) ;
3729: Bom_Globals.Set_From_Cum_Qty(l_from_cum_qty) ;
3730: Bom_Globals.Set_Eco_For_Production(l_eco_for_production) ;
3731:
3732: x_Mesg_Token_Tbl := l_Mesg_Token_Tbl;

Line 3729: Bom_Globals.Set_From_Cum_Qty(l_from_cum_qty) ;

3725: -- Set Revised Item Attributes to Global System Information.
3726: Bom_Globals.Set_Lot_Number(l_lot_number) ;
3727: Bom_Globals.Set_From_Wip_Entity_Id(l_from_wip_entity_id) ;
3728: Bom_Globals.Set_To_Wip_Entity_Id(l_to_wip_entity_id) ;
3729: Bom_Globals.Set_From_Cum_Qty(l_from_cum_qty) ;
3730: Bom_Globals.Set_Eco_For_Production(l_eco_for_production) ;
3731:
3732: x_Mesg_Token_Tbl := l_Mesg_Token_Tbl;
3733: x_Return_Status := l_Return_Status;

Line 3730: Bom_Globals.Set_Eco_For_Production(l_eco_for_production) ;

3726: Bom_Globals.Set_Lot_Number(l_lot_number) ;
3727: Bom_Globals.Set_From_Wip_Entity_Id(l_from_wip_entity_id) ;
3728: Bom_Globals.Set_To_Wip_Entity_Id(l_to_wip_entity_id) ;
3729: Bom_Globals.Set_From_Cum_Qty(l_from_cum_qty) ;
3730: Bom_Globals.Set_Eco_For_Production(l_eco_for_production) ;
3731:
3732: x_Mesg_Token_Tbl := l_Mesg_Token_Tbl;
3733: x_Return_Status := l_Return_Status;
3734:

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

4212:
4213: -- IF (p_change_line_rec.change_type_code IS NOT NULL)
4214: -- THEN
4215: IF (l_display_name =
4216: bom_globals.retrieve_message ('ENG', 'ENG_SUBJECT_ITEM_REVISION')
4217: )
4218: THEN
4219: --For Item Revision PK1_NAME,PK3_NAME,PK4_NAME Columns are mandatory
4220: IF ( p_change_line_rec.pk1_name IS NOT NULL

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

4330: l_return_status := fnd_api.g_ret_sts_error;
4331: END IF;
4332: END IF; --p_change_line_rec.Pk1_Name
4333: ELSIF (l_display_name =
4334: bom_globals.retrieve_message ('ENG', 'ENG_SUBJECT_ITEM')
4335: )
4336: THEN
4337: --For Item PK1_NAME,PK3_NAME Columns are mandatory
4338: IF ( p_change_line_rec.pk1_name IS NOT NULL