DBA Data[Home] [Help]

APPS.POA_PORTAL_SUP_RISK_IND dependencies on FND_API

Line 112: p_all_info => FND_API.G_FALSE,

108: vTargetRec1.Plan_Short_name := g_plan_id;
109: vTargetRec1.Dim1_Level_Value_ID := g_Dim1_Level_Value_ID;
110: BIS_TARGET_PUB.Retrieve_Target(p_api_version => 1.0,
111: p_Target_Rec => vTargetRec1,
112: p_all_info => FND_API.G_FALSE,
113: x_Target_Rec => vTargetRec1,
114: x_return_status => vRstatus1,
115: x_error_Tbl => vErrorTbl1);
116:

Line 117: if vRstatus1 = FND_API.G_RET_STS_ERROR then

113: x_Target_Rec => vTargetRec1,
114: x_return_status => vRstatus1,
115: x_error_Tbl => vErrorTbl1);
116:
117: if vRstatus1 = FND_API.G_RET_STS_ERROR then
118: RAISE x_null_value;
119: else
120: g_range1_lowt := vTargetRec1.Range1_low;
121: g_range1_hight := vTargetRec1.Range1_high;

Line 143: p_all_info => FND_API.G_FALSE,

139: vTargetRec2.Plan_Short_name := g_plan_id;
140: vTargetRec2.Dim1_Level_Value_ID := g_Dim1_Level_Value_ID;
141: BIS_TARGET_PUB.Retrieve_Target(p_api_version => 1.0,
142: p_Target_Rec => vTargetRec2,
143: p_all_info => FND_API.G_FALSE,
144: x_Target_Rec => vTargetRec2,
145: x_return_status => vRstatus2,
146: x_error_Tbl => vErrorTbl2);
147:

Line 148: if vRstatus2 = FND_API.G_RET_STS_ERROR then

144: x_Target_Rec => vTargetRec2,
145: x_return_status => vRstatus2,
146: x_error_Tbl => vErrorTbl2);
147:
148: if vRstatus2 = FND_API.G_RET_STS_ERROR then
149: RAISE x_null_value;
150: else
151: g_range1_lowp := vTargetRec2.Range1_low;
152: g_range1_highp := vTargetRec2.Range1_high;

Line 174: p_all_info => FND_API.G_FALSE,

170: vTargetRec3.Plan_Short_name := g_plan_id;
171: vTargetRec3.Dim1_Level_Value_ID := g_Dim1_Level_Value_ID;
172: BIS_TARGET_PUB.Retrieve_Target(p_api_version => 1.0,
173: p_Target_Rec => vTargetRec3,
174: p_all_info => FND_API.G_FALSE,
175: x_Target_Rec => vTargetRec3,
176: x_return_status => vRstatus3,
177: x_error_Tbl => vErrorTbl3);
178:

Line 179: if vRstatus3 = FND_API.G_RET_STS_ERROR then

175: x_Target_Rec => vTargetRec3,
176: x_return_status => vRstatus3,
177: x_error_Tbl => vErrorTbl3);
178:
179: if vRstatus3 = FND_API.G_RET_STS_ERROR then
180: RAISE x_null_value;
181: else
182: g_range1_lowq := vTargetRec3.Range1_low;
183: g_range1_highq := vTargetRec3.Range1_high;

Line 205: p_all_info => FND_API.G_FALSE,

201: vTargetRec4.Plan_Short_name := g_plan_id;
202: vTargetRec4.Dim1_Level_Value_ID := g_Dim1_Level_Value_ID;
203: BIS_TARGET_PUB.Retrieve_Target(p_api_version => 1.0,
204: p_Target_Rec => vTargetRec4,
205: p_all_info => FND_API.G_FALSE,
206: x_Target_Rec => vTargetRec4,
207: x_return_status => vRstatus4,
208: x_error_Tbl => vErrorTbl4);
209:

Line 210: if vRstatus4 = FND_API.G_RET_STS_ERROR then

206: x_Target_Rec => vTargetRec4,
207: x_return_status => vRstatus4,
208: x_error_Tbl => vErrorTbl4);
209:
210: if vRstatus4 = FND_API.G_RET_STS_ERROR then
211: RAISE x_null_value;
212: else
213: g_range1_lowd := vTargetRec4.Range1_low;
214: g_range1_highd := vTargetRec4.Range1_high;

Line 236: p_all_info => FND_API.G_FALSE,

232: vTargetRec5.Plan_Short_name := g_plan_id;
233: vTargetRec5.Dim1_Level_Value_ID := g_Dim1_Level_Value_ID;
234: BIS_TARGET_PUB.Retrieve_Target(p_api_version => 1.0,
235: p_Target_Rec => vTargetRec5,
236: p_all_info => FND_API.G_FALSE,
237: x_Target_Rec => vTargetRec5,
238: x_return_status => vRstatus5,
239: x_error_Tbl => vErrorTbl5);
240:

Line 241: if vRstatus5 = FND_API.G_RET_STS_ERROR then

237: x_Target_Rec => vTargetRec5,
238: x_return_status => vRstatus5,
239: x_error_Tbl => vErrorTbl5);
240:
241: if vRstatus5 = FND_API.G_RET_STS_ERROR then
242: RAISE x_null_value;
243: else
244: g_range1_lows := vTargetRec5.Range1_low;
245: g_range1_highs := vTargetRec5.Range1_high;