DBA Data[Home] [Help]

APPS.CSTPSCHK dependencies on WSMPUTIL

Line 282: l_est_scrap_acct_flag := WSMPUTIL.WSM_ESA_ENABLED(i_wip_entity_id, l_err_num, l_err_msg);

278: l_err_msg := '';
279:
280: /* Bug #3447776. Check to see if the organization is ESA disabled or if the job is
281: non-standard. If so, return the WIP standard cost adjustment account. */
282: l_est_scrap_acct_flag := WSMPUTIL.WSM_ESA_ENABLED(i_wip_entity_id, l_err_num, l_err_msg);
283:
284: IF l_est_scrap_acct_flag = 1 THEN
285: return -1;
286: ELSE