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 2072: , fnd_global.user_id

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

Line 2375: , fnd_global.user_id

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

Line 2585: g_user_id := fnd_global.user_id;

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

Line 2586: g_login_id := fnd_global.login_id;

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