DBA Data[Home] [Help]

APPS.CTO_CUSTOM_SUPPLY_CHECK_PK dependencies on FND_API

Line 68: X_return_status := FND_API.G_RET_STS_SUCCESS;

64: By default : Y is answer, CTO will decide who recommends the creation of
65: supply
66: +-----------------------------------------------------------------*/
67:
68: X_return_status := FND_API.G_RET_STS_SUCCESS;
69: X_out_params_rec.can_cto_create_supply := 'Y';
70:
71: END Check_Supply;
72: