DBA Data[Home] [Help]

APPS.OE_BIS_ALERTS dependencies on FND_API

Line 792: p_commit => FND_API.G_TRUE,

788: actual_rec.Dim3_Level_Value_ID := dimension3_level_value;
789: actual_rec.Actual := actual;
790:
791: BIS_ACTUAL_PUB.Post_Actual( p_api_version => 1,
792: p_commit => FND_API.G_TRUE,
793: p_Actual_Rec => actual_rec,
794: x_return_status => x_return_status,
795: x_msg_count => x_msg_count,
796: x_msg_data => x_msg_data,

Line 834: x_return_status := FND_API.G_RET_STS_SUCCESS;

830:
831: BEGIN
832:
833:
834: x_return_status := FND_API.G_RET_STS_SUCCESS;
835: if p_wf_process is null
836: or p_role is null then
837: x_return_status := FND_API.G_RET_STS_ERROR;
838: return;

Line 837: x_return_status := FND_API.G_RET_STS_ERROR;

833:
834: x_return_status := FND_API.G_RET_STS_SUCCESS;
835: if p_wf_process is null
836: or p_role is null then
837: x_return_status := FND_API.G_RET_STS_ERROR;
838: return;
839: end if;
840:
841: open c_role_name;

Line 844: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

840:
841: open c_role_name;
842: fetch c_role_name into l_role_name;
843: if c_role_name%NOTFOUND then
844: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
845: return;
846: end if;
847:
848: select bis_excpt_wf_s.nextval