DBA Data[Home] [Help]

APPS.MTL_INTERCOMPANY_INVOICES dependencies on FND_API

Line 27: x_return_status := FND_API.G_RET_STS_SUCCESS;

23: -- in O_currency_code will be used as the transfer price.
24:
25: begin
26: O_currency_code := null;
27: x_return_status := FND_API.G_RET_STS_SUCCESS;
28: x_msg_count := 0;
29: x_msg_data := null;
30:
31: return(NULL);