DBA Data[Home] [Help]

APPS.INV_CONVERT dependencies on FND_API

Line 1035: x_return_status := fnd_api.g_ret_sts_success;

1031:
1032: begin
1033:
1034: -- Initialize API return status to success
1035: x_return_status := fnd_api.g_ret_sts_success;
1036:
1037:
1038: IF ( l_debug = 1 ) THEN
1039: print_debug(l_api_name || ' Entered ' || g_pkg_version, 1);