DBA Data[Home] [Help]

APPS.FA_FAS400_XMLP_PKG dependencies on DUAL

Line 341: into h_set_of_books_id from dual;

337: */
338: -- get mrc related info
339: begin
340: select to_number(substrb(userenv('CLIENT_INFO'),45,10))
341: into h_set_of_books_id from dual;
342: exception
343: when others then
344: h_set_of_books_id := null;
345: end;