DBA Data[Home] [Help]

APPS.IBY_EXTENSIBILITY_CALLOUTS_PUB dependencies on FND_API

Line 14: x_return_status := fnd_api.g_ret_sts_success;

10:
11: BEGIN
12:
13: -- initialize api return status to success
14: x_return_status := fnd_api.g_ret_sts_success;
15:
16: l_cbr_flag := 'X';
17:
18: RETURN l_cbr_flag;