DBA Data[Home] [Help]

APPS.BIS_PMV_PMF_PVT dependencies on BIS_TARGET_PVT

Line 1751: BIS_TARGET_PVT.Value_ID_Conversion

1747: ---- from retrieve_target_pub----------------------
1748: -- do value - id conversions
1749: l_target_rec_p := l_target_rec;
1750: --BugFix 2762795
1751: BIS_TARGET_PVT.Value_ID_Conversion
1752: ( p_api_version => 1.0
1753: , p_Target_Rec => l_Target_Rec_p
1754: , x_Target_Rec => l_Target_Rec
1755: , x_return_status => l_return_status

Line 1962: BIS_TARGET_PVT.Get_Target

1958: := l_bisfv_targets_rec.Notify_Resp3_Short_Name;
1959: l_Target_Rec.Notify_Resp3_Name := l_bisfv_targets_rec.Notify_Resp3_Name;
1960:
1961: lTarget :=
1962: BIS_TARGET_PVT.Get_Target
1963: ( p_computing_function_id => lcomputing_function_id
1964: , p_target_rec => l_target_rec
1965: );
1966: END IF;