DBA Data[Home] [Help]

APPS.IGR_IN_JTF_INTERACTIONS_PKG dependencies on FND_GLOBAL

Line 48: l_tmp_login_id:= FND_GLOBAL.LOGIN_ID;

44: fnd_profile.get('IGR_JTF_DEFAULT_REASON', l_reason);
45: -- Default Reason for Interactions and Activities in Academic Recruiting
46:
47: fnd_profile.get('USER_ID', l_tmp_user_id );
48: l_tmp_login_id:= FND_GLOBAL.LOGIN_ID;
49:
50:
51: fnd_profile.get('IGR_JTF_DEFAULT_RESOURCE', l_tmp_resource_id);
52: -- Default resource ID for Interactions and Activities in Academic Recruiting

Line 55: Igr_in_jtf_interactions_pkg.g_resp_appl_id := fnd_global.resp_appl_id;

51: fnd_profile.get('IGR_JTF_DEFAULT_RESOURCE', l_tmp_resource_id);
52: -- Default resource ID for Interactions and Activities in Academic Recruiting
53: Igr_in_jtf_interactions_pkg.g_resource_id := IGS_GE_NUMBER.TO_NUM(l_tmp_resource_id);
54: Igr_in_jtf_interactions_pkg.g_login_id := IGS_GE_NUMBER.TO_NUM(l_tmp_login_id);
55: Igr_in_jtf_interactions_pkg.g_resp_appl_id := fnd_global.resp_appl_id;
56: Igr_in_jtf_interactions_pkg.g_resp_id := fnd_global.resp_id;
57: Igr_in_jtf_interactions_pkg.g_user_id := fnd_global.user_id;
58:
59: OPEN default_outcome;

Line 56: Igr_in_jtf_interactions_pkg.g_resp_id := fnd_global.resp_id;

52: -- Default resource ID for Interactions and Activities in Academic Recruiting
53: Igr_in_jtf_interactions_pkg.g_resource_id := IGS_GE_NUMBER.TO_NUM(l_tmp_resource_id);
54: Igr_in_jtf_interactions_pkg.g_login_id := IGS_GE_NUMBER.TO_NUM(l_tmp_login_id);
55: Igr_in_jtf_interactions_pkg.g_resp_appl_id := fnd_global.resp_appl_id;
56: Igr_in_jtf_interactions_pkg.g_resp_id := fnd_global.resp_id;
57: Igr_in_jtf_interactions_pkg.g_user_id := fnd_global.user_id;
58:
59: OPEN default_outcome;
60: FETCH default_outcome INTO Igr_in_jtf_interactions_pkg.g_def_outcome_id, Igr_in_jtf_interactions_pkg.g_def_outcome;

Line 57: Igr_in_jtf_interactions_pkg.g_user_id := fnd_global.user_id;

53: Igr_in_jtf_interactions_pkg.g_resource_id := IGS_GE_NUMBER.TO_NUM(l_tmp_resource_id);
54: Igr_in_jtf_interactions_pkg.g_login_id := IGS_GE_NUMBER.TO_NUM(l_tmp_login_id);
55: Igr_in_jtf_interactions_pkg.g_resp_appl_id := fnd_global.resp_appl_id;
56: Igr_in_jtf_interactions_pkg.g_resp_id := fnd_global.resp_id;
57: Igr_in_jtf_interactions_pkg.g_user_id := fnd_global.user_id;
58:
59: OPEN default_outcome;
60: FETCH default_outcome INTO Igr_in_jtf_interactions_pkg.g_def_outcome_id, Igr_in_jtf_interactions_pkg.g_def_outcome;
61: CLOSE default_outcome;