DBA Data[Home] [Help]

APPS.BSC_USER_PARAMETERS_PKG dependencies on DUAL

Line 39: from sys.dual;

35: begin
36:
37: select BSC_USER_PARAM_LIST_ID_S.nextval
38: into l_param_list_id
39: from sys.dual;
40: --dbms_output.put_line('PARAM_LIST_ID =' || l_param_list_id);
41: -- decode(X_VIEW_TYPE, 1, 1, 0),
42: -- decode(X_VALID_FLAG, 1, 1, 0),
43: