DBA Data[Home] [Help]

APPS.PO_VALIDATION_HELPER dependencies on FND_API

Line 1333: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

1329: , x_timecard_exists => l_timecard_exists
1330: );
1331:
1332: IF (NVL(l_return_status,'U') <> 'S') THEN
1333: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1334: END IF;
1335:
1336: IF l_timecard_exists THEN
1337:

Line 2610: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS)

2606: p_sec_unit_of_measure => p_secondary_uom_tbl(i),
2607: x_return_status => l_return_status,
2608: x_msg_data => l_msg_data);
2609:
2610: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS)
2611: THEN
2612: l_api_error_msg := fnd_msg_pub.get(1,'F');
2613: FND_MESSAGE.set_name('PO', 'PO_WRAPPER_MESSAGE');
2614: FND_MESSAGE.set_token('MESSAGE', l_api_error_msg);

Line 3363: -- It used the FND API FND_FLEX_DESCVAL.validate_desccols to validate.

3359: --Modifies: x_results, x_result_type
3360: --Locks: None.
3361: --Function:
3362: -- Validates if the DFF's segment values passed are valid.
3363: -- It used the FND API FND_FLEX_DESCVAL.validate_desccols to validate.
3364: --Parameters:
3365: --IN:
3366: --p_calling_module
3367: -- The module base of the calling procedure, used for logging.