DBA Data[Home] [Help]

APPS.PAY_CORE_MLS dependencies on FND_REQUEST_INFO

Line 30: req_id := fnd_request_info.GET_REQUEST_ID;

26: lang_str varchar2(30);
27: req_id number;
28: begin
29: --
30: req_id := fnd_request_info.GET_REQUEST_ID;
31: --
32: -- Use the calling language if installed,
33: -- default to US if theres a problem.
34: begin