DBA Data[Home] [Help]

APPS.GMS_SUMMARIZE_BUDGETS dependencies on FND_GLOBAL

Line 557: p_responsibility_id => FND_GLOBAL.resp_id,

553: message_temp VARCHAR2(2000);
554: BEGIN
555: --For Bug 4654211 :Operating unit Parameter added
556: pa_interface_utils_pub.set_global_info(p_api_version_number => 1.0,
557: p_responsibility_id => FND_GLOBAL.resp_id,
558: p_user_id => FND_GLOBAL.user_id,
559: p_resp_appl_id => FND_GLOBAL.resp_appl_id,
560: p_operating_unit_id => PA_MOAC_UTILS.get_current_org_id,
561: p_msg_count => x_msg_count,

Line 558: p_user_id => FND_GLOBAL.user_id,

554: BEGIN
555: --For Bug 4654211 :Operating unit Parameter added
556: pa_interface_utils_pub.set_global_info(p_api_version_number => 1.0,
557: p_responsibility_id => FND_GLOBAL.resp_id,
558: p_user_id => FND_GLOBAL.user_id,
559: p_resp_appl_id => FND_GLOBAL.resp_appl_id,
560: p_operating_unit_id => PA_MOAC_UTILS.get_current_org_id,
561: p_msg_count => x_msg_count,
562: p_msg_data => x_msg_data,

Line 559: p_resp_appl_id => FND_GLOBAL.resp_appl_id,

555: --For Bug 4654211 :Operating unit Parameter added
556: pa_interface_utils_pub.set_global_info(p_api_version_number => 1.0,
557: p_responsibility_id => FND_GLOBAL.resp_id,
558: p_user_id => FND_GLOBAL.user_id,
559: p_resp_appl_id => FND_GLOBAL.resp_appl_id,
560: p_operating_unit_id => PA_MOAC_UTILS.get_current_org_id,
561: p_msg_count => x_msg_count,
562: p_msg_data => x_msg_data,
563: p_return_status => x_return_status);

Line 842: -- which calls fnd_global.apps_initialize.

838: -- Bug 2386041
839:
840: -- Bug 3770971..need to set the profile values for "PA: Cross Project User - Update" and
841: -- "PA: Cross Project User - View". These values are lost after calling set_global_info
842: -- which calls fnd_global.apps_initialize.
843:
844: l_set_profile_success1 := fnd_profile.save('PA_SUPER_PROJECT', 'Y', 'USER', fnd_global.user_id);
845: l_set_profile_success2 := fnd_profile.save('PA_SUPER_PROJECT_VIEW', 'Y', 'USER', fnd_global.user_id);
846:

Line 844: l_set_profile_success1 := fnd_profile.save('PA_SUPER_PROJECT', 'Y', 'USER', fnd_global.user_id);

840: -- Bug 3770971..need to set the profile values for "PA: Cross Project User - Update" and
841: -- "PA: Cross Project User - View". These values are lost after calling set_global_info
842: -- which calls fnd_global.apps_initialize.
843:
844: l_set_profile_success1 := fnd_profile.save('PA_SUPER_PROJECT', 'Y', 'USER', fnd_global.user_id);
845: l_set_profile_success2 := fnd_profile.save('PA_SUPER_PROJECT_VIEW', 'Y', 'USER', fnd_global.user_id);
846:
847: -- Bug 3770971 end. Values will be set back in gms_budget_pub after summarize_budgets is done.
848:

Line 845: l_set_profile_success2 := fnd_profile.save('PA_SUPER_PROJECT_VIEW', 'Y', 'USER', fnd_global.user_id);

841: -- "PA: Cross Project User - View". These values are lost after calling set_global_info
842: -- which calls fnd_global.apps_initialize.
843:
844: l_set_profile_success1 := fnd_profile.save('PA_SUPER_PROJECT', 'Y', 'USER', fnd_global.user_id);
845: l_set_profile_success2 := fnd_profile.save('PA_SUPER_PROJECT_VIEW', 'Y', 'USER', fnd_global.user_id);
846:
847: -- Bug 3770971 end. Values will be set back in gms_budget_pub after summarize_budgets is done.
848:
849: -- Added for GMS enhancement 5583170