DBA Data[Home] [Help]

APPS.CSF_SKILLS_PKG dependencies on FND_GLOBAL

Line 343: , fnd_global.user_id

339: , x_attribute14
340: , x_attribute15
341: , x_attribute_category
342: , sysdate
343: , fnd_global.user_id
344: , sysdate
345: , g_user_id
346: , g_login_id );
347:

Line 760: , fnd_global.user_id

756: , x_attribute14
757: , x_attribute15
758: , x_attribute_category
759: , sysdate
760: , fnd_global.user_id
761: , sysdate
762: , g_user_id
763: , g_login_id );
764:

Line 1172: , fnd_global.user_id

1168: , x_attribute14
1169: , x_attribute15
1170: , x_attribute_category
1171: , sysdate
1172: , fnd_global.user_id
1173: , sysdate
1174: , g_user_id
1175: , g_login_id );
1176:

Line 1617: , fnd_global.user_id

1613: , x_attribute14
1614: , x_attribute15
1615: , x_attribute_category
1616: , sysdate
1617: , fnd_global.user_id
1618: , sysdate
1619: , g_user_id
1620: , g_login_id );
1621:

Line 2071: , fnd_global.user_id

2067: , x_attribute14
2068: , x_attribute15
2069: , x_attribute_category
2070: , sysdate
2071: , fnd_global.user_id
2072: , sysdate
2073: , g_user_id
2074: , g_login_id );
2075:

Line 2373: , fnd_global.user_id

2369: , x_attribute14
2370: , x_attribute15
2371: , x_attribute_category
2372: , sysdate
2373: , fnd_global.user_id
2374: , sysdate
2375: , g_user_id
2376: , g_login_id );
2377:

Line 2583: g_user_id := fnd_global.user_id;

2579: END translate_skill_type;
2580:
2581: BEGIN
2582: -- set some session info
2583: g_user_id := fnd_global.user_id;
2584: g_login_id := fnd_global.login_id;
2585:
2586: END csf_skills_pkg;

Line 2584: g_login_id := fnd_global.login_id;

2580:
2581: BEGIN
2582: -- set some session info
2583: g_user_id := fnd_global.user_id;
2584: g_login_id := fnd_global.login_id;
2585:
2586: END csf_skills_pkg;