DBA Data[Home] [Help]

APPS.WIP_VALIDATE_RES dependencies on WIP_CONSTANTS

Line 348: IF p_Res_rec.transaction_type = WIP_CONSTANTS.OSP_TXN then

344: END IF;
345:
346:
347: -- check the following attributes if OSP transaction
348: IF p_Res_rec.transaction_type = WIP_CONSTANTS.OSP_TXN then
349:
350: IF p_Res_rec.po_header_id IS NULL
351: THEN
352: l_return_status := FND_API.G_RET_STS_ERROR;