DBA Data[Home] [Help]

APPS.CS_KB_SOLN_CATEGORIES_PVT dependencies on FND_GLOBAL

Line 15: x_current_user_id := fnd_global.user_id;

11: )
12: is
13: begin
14: x_current_date := sysdate;
15: x_current_user_id := fnd_global.user_id;
16: x_current_login_id := fnd_global.login_id;
17: end getStdParams;
18:
19: -- this API is used by JTT, obsoleted

Line 16: x_current_login_id := fnd_global.login_id;

12: is
13: begin
14: x_current_date := sysdate;
15: x_current_user_id := fnd_global.user_id;
16: x_current_login_id := fnd_global.login_id;
17: end getStdParams;
18:
19: -- this API is used by JTT, obsoleted
20: procedure createCategory

Line 514: l_login number := fnd_global.login_id;

510: x_soln_category_link_id OUT NOCOPY number
511: )
512: is
513: l_date date := sysdate;
514: l_login number := fnd_global.login_id;
515: l_user number := fnd_global.user_id;
516: begin
517: x_soln_category_link_id := 0;
518:

Line 515: l_user number := fnd_global.user_id;

511: )
512: is
513: l_date date := sysdate;
514: l_login number := fnd_global.login_id;
515: l_user number := fnd_global.user_id;
516: begin
517: x_soln_category_link_id := 0;
518:
519: -- Validation is done here