DBA Data[Home] [Help]

APPS.PO_VMI_ENABLED dependencies on FND_API

Line 50: x_return_status := fnd_api.g_ret_sts_success ;

46: l_sob_id org_organization_definitions.set_of_books_id%TYPE; --bug 3648672
47:
48:
49: BEGIN
50: x_return_status := fnd_api.g_ret_sts_success ;
51:
52:
53: BEGIN
54: SELECT 'Y' into v_temp from dual

Line 131: x_return_status := fnd_api.g_ret_sts_unexp_error;

127: END IF;
128:
129: EXCEPTION
130: when others then
131: x_return_status := fnd_api.g_ret_sts_unexp_error;
132:
133: if (fnd_msg_pub.check_msg_level
134: (fnd_msg_pub.g_msg_lvl_unexp_error)) then
135: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);