DBA Data[Home] [Help]

APPS.CSTPWPVR dependencies on FND_API

Line 148: if (l_return_status <> fnd_api.g_ret_sts_success) then

144: x_return_status => l_return_status,
145: x_msg_count => l_msg_count,
146: x_msg_data => l_msg_data);
147:
148: if (l_return_status <> fnd_api.g_ret_sts_success) then
149: raise realloc_failed;
150: end if;
151: end if;
152:

Line 834: p_init_msg_list => FND_API.G_FALSE,

830: /* Create the Events for the transactions in the WCTI group */
831:
832: CST_XLA_PVT.CreateBulk_WIPXLAEvent(
833: p_api_version => 1.0,
834: p_init_msg_list => FND_API.G_FALSE,
835: p_commit => FND_API.G_FALSE,
836: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
837: x_return_status => l_return_status,
838: x_msg_count => l_msg_count,

Line 835: p_commit => FND_API.G_FALSE,

831:
832: CST_XLA_PVT.CreateBulk_WIPXLAEvent(
833: p_api_version => 1.0,
834: p_init_msg_list => FND_API.G_FALSE,
835: p_commit => FND_API.G_FALSE,
836: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
837: x_return_status => l_return_status,
838: x_msg_count => l_msg_count,
839: x_msg_data => l_msg_data,

Line 836: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

832: CST_XLA_PVT.CreateBulk_WIPXLAEvent(
833: p_api_version => 1.0,
834: p_init_msg_list => FND_API.G_FALSE,
835: p_commit => FND_API.G_FALSE,
836: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
837: x_return_status => l_return_status,
838: x_msg_count => l_msg_count,
839: x_msg_data => l_msg_data,
840: p_wcti_group_id => l_group_id,

Line 843: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

839: x_msg_data => l_msg_data,
840: p_wcti_group_id => l_group_id,
841: p_organization_id => i_org_id );
842:
843: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
844: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
845: END IF;
846:
847:

Line 844: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

840: p_wcti_group_id => l_group_id,
841: p_organization_id => i_org_id );
842:
843: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
844: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
845: END IF;
846:
847:
848: