DBA Data[Home] [Help]

APPS.PJI_REP_WP_DFLT_PARAMS dependencies on FND_API

Line 83: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;

79:
80: if x_return_status is null
81: then
82: x_msg_count := 0;
83: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
84: end if;
85:
86:
87: -- ---------------------------

Line 258: x_return_status := FND_API.G_RET_STS_ERROR;

254: p_project_id => p_project_id,
255: p_structure_version_id => p_structure_version_id);
256:
257: if x_published_version_flag not in ('Y','N') then
258: x_return_status := FND_API.G_RET_STS_ERROR;
259: return;
260: end if;
261: -- ---------------------------
262: -- x_editable_flag --

Line 348: x_return_status := Fnd_Api.G_RET_STS_ERROR;

344:
345: when NO_DATA_FOUND
346: then
347: x_msg_count := 1;
348: x_return_status := Fnd_Api.G_RET_STS_ERROR;
349: Pji_Rep_Util.Add_Message(p_app_short_name=> 'PJI',p_msg_name=> 'PJI_REP_NO_DATA_MSG', p_msg_type=>Pji_Rep_Util.G_RET_STS_ERROR, p_token1=>'ITEM_NAME', p_token1_value=>'plan type attributes');
350: when OTHERS
351: then
352: x_msg_count := 1;

Line 353: x_return_status := Fnd_Api.G_RET_STS_ERROR;

349: Pji_Rep_Util.Add_Message(p_app_short_name=> 'PJI',p_msg_name=> 'PJI_REP_NO_DATA_MSG', p_msg_type=>Pji_Rep_Util.G_RET_STS_ERROR, p_token1=>'ITEM_NAME', p_token1_value=>'plan type attributes');
350: when OTHERS
351: then
352: x_msg_count := 1;
353: x_return_status := Fnd_Api.G_RET_STS_ERROR;
354: Pji_Rep_Util.Add_Message(p_app_short_name=> 'PJI',p_msg_name=> 'PJI_REP_GENERIC_MSG',p_msg_type=>Pji_Rep_Util.G_RET_STS_ERROR,p_token1=>'PROC_NAME',p_token1_value=>'Pji_Rep_Util.Derive_Plan_Type_Parameters');
355:
356: raise;
357:

Line 407: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;

403:
404: if x_return_status is null
405: then
406: x_msg_count := 0;
407: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
408: end if;
409:
410:
411: -- -------------------------------------

Line 458: x_return_status := Fnd_Api.G_RET_STS_ERROR;

454:
455: when NO_DATA_FOUND
456: then
457: x_msg_count := 1;
458: x_return_status := Fnd_Api.G_RET_STS_ERROR;
459: Pji_Rep_Util.Add_Message(p_app_short_name=> 'PJI',p_msg_name=> 'PJI_REP_NO_DATA_MSG', p_msg_type=>Pji_Rep_Util.G_RET_STS_ERROR, p_token1=>'ITEM_NAME', p_token1_value=>'plan type attributes');
460: when OTHERS
461: then
462: x_msg_count := 1;

Line 463: x_return_status := Fnd_Api.G_RET_STS_ERROR;

459: Pji_Rep_Util.Add_Message(p_app_short_name=> 'PJI',p_msg_name=> 'PJI_REP_NO_DATA_MSG', p_msg_type=>Pji_Rep_Util.G_RET_STS_ERROR, p_token1=>'ITEM_NAME', p_token1_value=>'plan type attributes');
460: when OTHERS
461: then
462: x_msg_count := 1;
463: x_return_status := Fnd_Api.G_RET_STS_ERROR;
464: Pji_Rep_Util.Add_Message(p_app_short_name=> 'PJI',p_msg_name=> 'PJI_REP_GENERIC_MSG',p_msg_type=>Pji_Rep_Util.G_RET_STS_ERROR,p_token1=>'PROC_NAME',p_token1_value=>'Pji_Rep_Util.Derive_Plan_Type_Parameters');
465:
466: raise;
467: