DBA Data[Home] [Help]

APPS.WSMPLBTH dependencies on WSMPUTIL

Line 189: x_acct_period_id := WSMPUTIL.GET_INV_ACCT_PERIOD(

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,
191: x_err_msg => X_err_msg,
192: p_organization_id => p_organization_id,
193: p_date => SYSDATE);