DBA Data[Home] [Help]

APPS.FND_FUNCTION dependencies on FND_GLOBAL

Line 930: l_resp_id := Fnd_Global.Resp_Id;

926: ');');
927: end if;
928:
929: l_function_id := function_id;
930: l_resp_id := Fnd_Global.Resp_Id;
931: l_resp_appl_id := Fnd_Global.Resp_Appl_Id;
932:
933: if ( (TEST_MAINT_AVAILABILITY = 'Y')
934: OR (TEST_MAINT_AVAILABILITY is NULL)) then

Line 931: l_resp_appl_id := Fnd_Global.Resp_Appl_Id;

927: end if;
928:
929: l_function_id := function_id;
930: l_resp_id := Fnd_Global.Resp_Id;
931: l_resp_appl_id := Fnd_Global.Resp_Appl_Id;
932:
933: if ( (TEST_MAINT_AVAILABILITY = 'Y')
934: OR (TEST_MAINT_AVAILABILITY is NULL)) then
935: L_TEST_MAINT_AVAILABILITY := TRUE;

Line 956: result := process_menu_tree_down(Fnd_Global.Resp_Appl_Id,

952: c_log_head || l_api_name || '.end_excl',
953: 'Because of exclusions, falling back, calling process_menu_tree_down.');
954: end if;
955:
956: result := process_menu_tree_down(Fnd_Global.Resp_Appl_Id,
957: Fnd_Global.Resp_Id,
958: l_function_id);
959: if(result = FALSE) then
960: return FALSE;

Line 957: Fnd_Global.Resp_Id,

953: 'Because of exclusions, falling back, calling process_menu_tree_down.');
954: end if;
955:
956: result := process_menu_tree_down(Fnd_Global.Resp_Appl_Id,
957: Fnd_Global.Resp_Id,
958: l_function_id);
959: if(result = FALSE) then
960: return FALSE;
961: else

Line 1058: return process_menu_tree_down(Fnd_Global.Resp_Appl_Id,

1054: fnd_log.string(FND_LOG.LEVEL_PROCEDURE,
1055: c_log_head || l_api_name || '.end',
1056: 'Returning with call to process_menu_tree_down; ');
1057: end if;
1058: return process_menu_tree_down(Fnd_Global.Resp_Appl_Id,
1059: Fnd_Global.Resp_Id,
1060: l_function_id);
1061: end TEST_ID_SLOW;
1062:

Line 1059: Fnd_Global.Resp_Id,

1055: c_log_head || l_api_name || '.end',
1056: 'Returning with call to process_menu_tree_down; ');
1057: end if;
1058: return process_menu_tree_down(Fnd_Global.Resp_Appl_Id,
1059: Fnd_Global.Resp_Id,
1060: l_function_id);
1061: end TEST_ID_SLOW;
1062:
1063: