DBA Data[Home] [Help]

APPS.WSMPINVL dependencies on FND_API

Line 906: if l_return_status <> fnd_api.g_ret_sts_success then

902: , procLocation => l_stmt_num
903: , showMessage => l_err_msg );
904:
905: /* ST : bug fix 3732133 : Added code to check for the return status */
906: if l_return_status <> fnd_api.g_ret_sts_success then
907: err_status := -1;
908: o_err_message := l_err_msg;
909: end if;
910:

Line 928: if l_return_status <> fnd_api.g_ret_sts_success then

924: , procName => l_proc_name
925: , procLocation => l_stmt_num
926: , showMessage => l_err_msg );
927: /* ST : bug fix 3732133 : Added code to check for the return status */
928: if l_return_status <> fnd_api.g_ret_sts_success then
929: err_status := -1;
930: o_err_message := l_err_msg;
931: end if;
932: