DBA Data[Home] [Help]

APPS.CSTPWPVR dependencies on FND_API

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

114: x_return_status => l_return_status,
115: x_msg_count => l_msg_count,
116: x_msg_data => l_msg_data);
117:
118: if (l_return_status <> fnd_api.g_ret_sts_success) then
119: raise realloc_failed;
120: end if;
121: end if;
122:

Line 721: p_init_msg_list => FND_API.G_FALSE,

717: /* Create the Events for the transactions in the WCTI group */
718:
719: CST_XLA_PVT.CreateBulk_WIPXLAEvent(
720: p_api_version => 1.0,
721: p_init_msg_list => FND_API.G_FALSE,
722: p_commit => FND_API.G_FALSE,
723: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
724: x_return_status => l_return_status,
725: x_msg_count => l_msg_count,

Line 722: p_commit => FND_API.G_FALSE,

718:
719: CST_XLA_PVT.CreateBulk_WIPXLAEvent(
720: p_api_version => 1.0,
721: p_init_msg_list => FND_API.G_FALSE,
722: p_commit => FND_API.G_FALSE,
723: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
724: x_return_status => l_return_status,
725: x_msg_count => l_msg_count,
726: x_msg_data => l_msg_data,

Line 723: p_validation_level => FND_API.G_VALID_LEVEL_FULL,

719: CST_XLA_PVT.CreateBulk_WIPXLAEvent(
720: p_api_version => 1.0,
721: p_init_msg_list => FND_API.G_FALSE,
722: p_commit => FND_API.G_FALSE,
723: p_validation_level => FND_API.G_VALID_LEVEL_FULL,
724: x_return_status => l_return_status,
725: x_msg_count => l_msg_count,
726: x_msg_data => l_msg_data,
727: p_wcti_group_id => l_group_id,

Line 730: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

726: x_msg_data => l_msg_data,
727: p_wcti_group_id => l_group_id,
728: p_organization_id => i_org_id );
729:
730: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
731: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
732: END IF;
733:
734:

Line 731: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

727: p_wcti_group_id => l_group_id,
728: p_organization_id => i_org_id );
729:
730: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
731: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
732: END IF;
733:
734:
735: