DBA Data[Home] [Help]

APPS.BOM_DEFAULT_SUB_OP_RES dependencies on STANDARD

Line 484: IF l_rev_sub_resource_rec.Standard_Rate_Flag IS NULL

480: l_rev_sub_resource_rec.schedule_sequence_number
481: := p_old_rev_sub_resource_rec.schedule_sequence_number;
482: END IF;
483:
484: IF l_rev_sub_resource_rec.Standard_Rate_Flag IS NULL
485: THEN
486: l_rev_sub_resource_rec.Standard_Rate_Flag
487: := p_old_rev_sub_resource_rec.Standard_Rate_Flag ;
488: END IF ;

Line 486: l_rev_sub_resource_rec.Standard_Rate_Flag

482: END IF;
483:
484: IF l_rev_sub_resource_rec.Standard_Rate_Flag IS NULL
485: THEN
486: l_rev_sub_resource_rec.Standard_Rate_Flag
487: := p_old_rev_sub_resource_rec.Standard_Rate_Flag ;
488: END IF ;
489:
490:

Line 487: := p_old_rev_sub_resource_rec.Standard_Rate_Flag ;

483:
484: IF l_rev_sub_resource_rec.Standard_Rate_Flag IS NULL
485: THEN
486: l_rev_sub_resource_rec.Standard_Rate_Flag
487: := p_old_rev_sub_resource_rec.Standard_Rate_Flag ;
488: END IF ;
489:
490:
491: IF l_rev_sub_resource_rec.Assigned_Units IS NULL

Line 837: -- Standard_Rate_Flag

833: --
834: -- Default Activity_Id,
835: -- Autocharge_Type,
836: -- Basis_Type,
837: -- Standard_Rate_Flag
838: -- Call Op Resource : BOM_Default_Op_Res.Get_Res_Attributes
839: --
840: ************************************************************/
841: IF l_rev_sub_resource_rec.transaction_type = BOM_Rtg_GLOBALS.G_OPR_CREATE

Line 849: l_rev_sub_resource_rec.standard_rate_flag IS NULL OR

845: l_rev_sub_resource_rec.autocharge_type IS NULL OR
846: l_rev_sub_resource_rec.autocharge_type = FND_API.G_MISS_NUM OR
847: l_rev_sub_resource_rec.basis_type IS NULL OR
848: l_rev_sub_resource_rec.basis_type = FND_API.G_MISS_NUM OR
849: l_rev_sub_resource_rec.standard_rate_flag IS NULL OR
850: l_rev_sub_resource_rec.standard_rate_flag = FND_API.G_MISS_NUM
851: )
852: THEN
853: BOM_Default_Op_Res.Get_Res_Attributes

Line 850: l_rev_sub_resource_rec.standard_rate_flag = FND_API.G_MISS_NUM

846: l_rev_sub_resource_rec.autocharge_type = FND_API.G_MISS_NUM OR
847: l_rev_sub_resource_rec.basis_type IS NULL OR
848: l_rev_sub_resource_rec.basis_type = FND_API.G_MISS_NUM OR
849: l_rev_sub_resource_rec.standard_rate_flag IS NULL OR
850: l_rev_sub_resource_rec.standard_rate_flag = FND_API.G_MISS_NUM
851: )
852: THEN
853: BOM_Default_Op_Res.Get_Res_Attributes
854: ( p_operation_sequence_id => l_rev_sub_res_unexp_rec.operation_sequence_id

Line 859: , p_standard_rate_flag => l_rev_sub_resource_rec.standard_rate_flag

855: , p_resource_id => l_rev_sub_res_unexp_rec.resource_id
856: , p_activity_id => l_rev_sub_res_unexp_rec.activity_id
857: , p_autocharge_type => l_rev_sub_resource_rec.autocharge_type
858: , p_basis_type => l_rev_sub_resource_rec.basis_type
859: , p_standard_rate_flag => l_rev_sub_resource_rec.standard_rate_flag
860: , p_org_id => l_rev_sub_res_unexp_rec.organization_id
861: , x_activity_id => l_rev_sub_res_unexp_rec.activity_id
862: , x_autocharge_type => l_rev_sub_resource_rec.autocharge_type
863: , x_basis_type => l_rev_sub_resource_rec.basis_type

Line 864: , x_standard_rate_flag => l_rev_sub_resource_rec.standard_rate_flag ) ;

860: , p_org_id => l_rev_sub_res_unexp_rec.organization_id
861: , x_activity_id => l_rev_sub_res_unexp_rec.activity_id
862: , x_autocharge_type => l_rev_sub_resource_rec.autocharge_type
863: , x_basis_type => l_rev_sub_resource_rec.basis_type
864: , x_standard_rate_flag => l_rev_sub_resource_rec.standard_rate_flag ) ;
865:
866: END IF ;
867:
868: