DBA Data[Home] [Help]

APPS.FA_FAS480_XMLP_PKG dependencies on DUAL

Line 354: into h_set_of_books_id from dual;

350: */
351: -- get mrc related info
352: begin
353: select to_number(substrb(userenv('CLIENT_INFO'),45,10))
354: into h_set_of_books_id from dual;
355: exception
356: when others then
357: h_set_of_books_id := null;
358: end;