DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_TXNS_API dependencies on FND_GLOBAL

Line 152: --l_context_bg_name := fnd_global.PER_BUSINESS_GROUP_ID ;

148: end ;
149: --
150: begin
151: --
152: --l_context_bg_name := fnd_global.PER_BUSINESS_GROUP_ID ;
153: open c_bg(p_context_business_group_id) ;
154: fetch c_bg into l_context_bg_name ;
155: close c_bg ;
156: --

Line 2642: open c_run_by(FND_GLOBAL.USER_ID);

2638: fetch c_run_by into l_run_by;
2639: close c_run_by;
2640: else
2641: -- This is the case if Log gets created through Concurrent Program BEPDCPRC
2642: open c_run_by(FND_GLOBAL.USER_ID);
2643: fetch c_run_by into l_run_by;
2644: close c_run_by;
2645: end if;
2646: -- Fetch Rows Selected count