DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_TXNS_API dependencies on ICX_SEC

Line 2634: if ICX_SEC.G_USER_ID <> -1

2630: close c_run_details;
2631:
2632: -- Fetch Run By
2633: -- Bug 4278495
2634: if ICX_SEC.G_USER_ID <> -1
2635: then
2636: -- This is the case if Log gets created through SS
2637: open c_run_by(ICX_SEC.G_USER_ID);
2638: fetch c_run_by into l_run_by;

Line 2637: open c_run_by(ICX_SEC.G_USER_ID);

2633: -- Bug 4278495
2634: if ICX_SEC.G_USER_ID <> -1
2635: then
2636: -- This is the case if Log gets created through SS
2637: open c_run_by(ICX_SEC.G_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