DBA Data[Home] [Help]

APPS.CSTPSCHK dependencies on WSMPUTIL

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

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