DBA Data[Home] [Help]

APPS.BOM_VALIDATE_RTG_HEADER dependencies on STANDARD

Line 239: IF fnd_profile.value('BOM:STANDARD_ITEM_ACCESS') = '1'

235: IF BOM_Rtg_Globals.Get_Debug = 'Y' THEN
236: Error_Handler.Write_Debug('Checking item type access . . . ');
237: END IF;
238:
239: IF fnd_profile.value('BOM:STANDARD_ITEM_ACCESS') = '1'
240: THEN
241: BOM_Rtg_Globals.Set_STD_Item_Access
242: ( p_std_item_access => 4);
243: ELSE

Line 318: l_Token_Tbl(1).Token_Value := 'BOM_STANDARD';

314: THEN
315: l_Token_Tbl(1).Token_Value := 'BOM_PLANNING';
316: ELSIF l_Bom_Item_Type = 4
317: THEN
318: l_Token_Tbl(1).Token_Value := 'BOM_STANDARD';
319: END IF;
320:
321: Error_Handler.Add_Error_Token
322: ( p_Message_Name => 'BOM_RTG_AITEM_ACCESS_DENIED'

Line 518: -- Cfm Routing Flag should be 2 : Standard

514: END IF;
515:
516: -- for eAM enhancement,
517: -- If eam item type is 1 : Asset Group and 2 : Asset Activity
518: -- Cfm Routing Flag should be 2 : Standard
519: -- then Check if org is eam enabled and eam has been installed.
520: -- (this validation might not be necessary because
521: -- user cannot enter eam item type if eAM is not available. )
522: -- If eam item type is null,

Line 1373: --cursor for check the priority for standard routing

1369: AND line_id = p_line_id
1370: AND common_routing_sequence_id
1371: <> p_common_routing_sequence_id );
1372:
1373: --cursor for check the priority for standard routing
1374: CURSOR c_check_priority(
1375: p_assembly_item_id NUMBER,
1376: p_organization_id NUMBER,
1377: p_priority NUMBER,

Line 2693: -- SSOS is required for standard/network routing of serial controlled item.

2689: IF ( p_validate_from_table = FALSE ) THEN
2690: l_ser_start_op_seq := p_ser_start_op_seq;
2691: END IF;
2692:
2693: -- SSOS is required for standard/network routing of serial controlled item.
2694: IF ( ( l_ser_start_op_seq IS NULL ) OR ( l_ser_start_op_seq = FND_API.G_MISS_NUM ) ) THEN
2695:
2696: IF ( FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_ERROR) )
2697: THEN