DBA Data[Home] [Help]

APPS.PSB_WS_ACCT_PVT dependencies on PSB_WORKSHEET

Line 434: PSB_WORKSHEET.Apply_Constraints

430: if l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
431: raise FND_API.G_EXC_ERROR;
432: end if;
433:
434: PSB_WORKSHEET.Apply_Constraints
435: (p_api_version => 1.0,
436: p_return_status => l_return_status,
437: p_validation_status => l_validation_status,
438: p_worksheet_id => p_worksheet_id);