DBA Data[Home] [Help]

APPS.WSMPLBJT dependencies on WSM_PARAMETERS

Line 273: FROM WSM_PARAMETERS

269: BEGIN
270:
271: SELECT nvl(NEW_LOT_SEPARATOR,'-')
272: INTO x_sep
273: FROM WSM_PARAMETERS
274: WHERE ORGANIZATION_ID = X_Organization_Id;
275:
276: LOOP
277: temp_name := X_Job_Name || x_sep || to_char(ct);