DBA Data[Home] [Help]

APPS.BOM_RTG_PVT dependencies on BOM_GLOBALS

Line 407: ELSIF nvl(BOM_Globals.Get_Caller_Type, '') <> 'MIGRATION' THEN

403: , p_mesg_token_tbl => l_mesg_token_tbl
404: , x_mesg_token_tbl => l_mesg_token_tbl
405: , p_Token_Tbl => l_token_tbl
406: ) ;
407: ELSIF nvl(BOM_Globals.Get_Caller_Type, '') <> 'MIGRATION' THEN
408: l_token_tbl(1).token_name := 'RES_SEQ_NUMBER';
409: l_token_tbl(1).token_value :=
410: l_op_resource_rec.resource_sequence_number ;
411: l_token_tbl(2).token_name := 'OP_SEQ_NUMBER';

Line 4739: IF l_operation_rec.reference_flag = 1 AND nvl(BOM_Globals.Get_Caller_Type,'') = 'MIGRATION' THEN --for iSetup issue

4735:
4736:
4737: -- Indicate that children need to be processed
4738: -- l_process_children := TRUE;
4739: IF l_operation_rec.reference_flag = 1 AND nvl(BOM_Globals.Get_Caller_Type,'') = 'MIGRATION' THEN --for iSetup issue
4740: FOR J IN 1..l_op_resource_tbl.COUNT LOOP
4741:
4742: IF l_operation_rec.Assembly_Item_Name = l_op_resource_tbl(J).Assembly_Item_Name AND
4743: l_operation_rec.Organization_Code = l_op_resource_tbl(J).Organization_Code AND