DBA Data[Home] [Help]

APPS.WSMPLBTH dependencies on APP_EXCEPTION

Line 186: -- APP_EXCEPTION.raise_exception;

182: --AND period_start_date <= trunc(SYSDATE)
183: --AND open_flag = 'Y';
184: --IF x_acct_period_id IS NULL THEN
185: -- FND_MESSAGE.set_name('WIP','WIP_NO_ACCT_PERIOD');
186: -- APP_EXCEPTION.raise_exception;
187: --END IF;
188:
189: x_acct_period_id := WSMPUTIL.GET_INV_ACCT_PERIOD(
190: x_err_code => X_err_code,

Line 196: APP_EXCEPTION.raise_exception;

192: p_organization_id => p_organization_id,
193: p_date => SYSDATE);
194: IF (X_err_code <> 0) THEN
195: FND_MESSAGE.set_name('WIP','WIP_NO_ACCT_PERIOD');
196: APP_EXCEPTION.raise_exception;
197: END IF;
198: -- END: BUG3126650
199:
200: SELECT max(stock_locator_control_code)