DBA Data[Home] [Help]

APPS.FA_RX_UTIL_PKG dependencies on FND_GLOBAL

Line 456: User_Id := fnd_global.user_id;

452: Where_Clause := null;
453: Group_By_Clause := null;
454: Having_Clause := null;
455: Order_By_Clause := null;
456: User_Id := fnd_global.user_id;
457: Login_Id := fnd_global.login_id;
458: Today := sysdate;
459:
460: if p_request_id = 0 then

Line 457: Login_Id := fnd_global.login_id;

453: Group_By_Clause := null;
454: Having_Clause := null;
455: Order_By_Clause := null;
456: User_Id := fnd_global.user_id;
457: Login_Id := fnd_global.login_id;
458: Today := sysdate;
459:
460: if p_request_id = 0 then
461: --

Line 534: -- 1) Calls fnd_global.initialize

530: -- the Interface Table name from the parameter. When debugging
531: -- using SQL*Plus, there will be no request_id from which you could
532: -- find out the interface table name.
533: -- You should prepare a test script whenever testing RX reports which
534: -- 1) Calls fnd_global.initialize
535: -- This initializes Oracle Applications.
536: -- 2) Calls fa_rx_util_pkg.enable_debug
537: -- Enable debugging for these routines
538: -- 3) Calls fa_rx_util_pkg.init_debug