DBA Data[Home] [Help]

APPS.IGR_IN_JTF_INTERACTIONS_PKG dependencies on FND_PROFILE

Line 39: fnd_profile.get('IGR_JTF_DEFAULT_OUTCOME', l_outcome);

35: WHERE reason_code = l_reason;
36:
37: BEGIN
38: -- Get default outcome,result and reason for activities
39: fnd_profile.get('IGR_JTF_DEFAULT_OUTCOME', l_outcome);
40:
41: -- Default Outcome for Interactions and Activities in Academic Recruiting
42: fnd_profile.get('IGR_JTF_DEFAULT_RESULT', l_result);
43: -- Default Result for Interactions and Activities in Academic Recruiting

Line 42: fnd_profile.get('IGR_JTF_DEFAULT_RESULT', l_result);

38: -- Get default outcome,result and reason for activities
39: fnd_profile.get('IGR_JTF_DEFAULT_OUTCOME', l_outcome);
40:
41: -- Default Outcome for Interactions and Activities in Academic Recruiting
42: fnd_profile.get('IGR_JTF_DEFAULT_RESULT', l_result);
43: -- Default Result for Interactions and Activities in Academic Recruiting
44: fnd_profile.get('IGR_JTF_DEFAULT_REASON', l_reason);
45: -- Default Reason for Interactions and Activities in Academic Recruiting
46:

Line 44: fnd_profile.get('IGR_JTF_DEFAULT_REASON', l_reason);

40:
41: -- Default Outcome for Interactions and Activities in Academic Recruiting
42: fnd_profile.get('IGR_JTF_DEFAULT_RESULT', l_result);
43: -- Default Result for Interactions and Activities in Academic Recruiting
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;

Line 47: fnd_profile.get('USER_ID', l_tmp_user_id );

43: -- Default Result for Interactions and Activities in Academic Recruiting
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);

Line 51: fnd_profile.get('IGR_JTF_DEFAULT_RESOURCE', l_tmp_resource_id);

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
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;