DBA Data[Home] [Help]

APPS.FEM_DIS_UTL_PKG dependencies on FND_GLOBAL

Line 37: p_resp_appl_id => fnd_global.resp_appl_id,

33: IF v_session_id IS NOT NULL THEN
34:
35: FND_SESSION_MANAGEMENT.InitializeSSWAGlobals(
36: p_session_id => v_session_id,
37: p_resp_appl_id => fnd_global.resp_appl_id,
38: p_responsibility_id => fnd_global.resp_id,
39: p_security_group_id => fnd_global.security_group_id,
40: p_function_id => v_func_id
41: );

Line 38: p_responsibility_id => fnd_global.resp_id,

34:
35: FND_SESSION_MANAGEMENT.InitializeSSWAGlobals(
36: p_session_id => v_session_id,
37: p_resp_appl_id => fnd_global.resp_appl_id,
38: p_responsibility_id => fnd_global.resp_id,
39: p_security_group_id => fnd_global.security_group_id,
40: p_function_id => v_func_id
41: );
42:

Line 39: p_security_group_id => fnd_global.security_group_id,

35: FND_SESSION_MANAGEMENT.InitializeSSWAGlobals(
36: p_session_id => v_session_id,
37: p_resp_appl_id => fnd_global.resp_appl_id,
38: p_responsibility_id => fnd_global.resp_id,
39: p_security_group_id => fnd_global.security_group_id,
40: p_function_id => v_func_id
41: );
42:
43: END IF;

Line 47: P_RESP_APPL_ID => fnd_global.resp_appl_id,

43: END IF;
44:
45: v_url := FND_RUN_FUNCTION.Get_Run_Function_URL(
46: P_FUNCTION_ID => v_func_id,
47: P_RESP_APPL_ID => fnd_global.resp_appl_id,
48: P_RESP_ID => fnd_global.resp_id,
49: P_SECURITY_GROUP_ID => fnd_global.security_group_id,
50: P_PARAMETERS => p_other_params
51: );

Line 48: P_RESP_ID => fnd_global.resp_id,

44:
45: v_url := FND_RUN_FUNCTION.Get_Run_Function_URL(
46: P_FUNCTION_ID => v_func_id,
47: P_RESP_APPL_ID => fnd_global.resp_appl_id,
48: P_RESP_ID => fnd_global.resp_id,
49: P_SECURITY_GROUP_ID => fnd_global.security_group_id,
50: P_PARAMETERS => p_other_params
51: );
52:

Line 49: P_SECURITY_GROUP_ID => fnd_global.security_group_id,

45: v_url := FND_RUN_FUNCTION.Get_Run_Function_URL(
46: P_FUNCTION_ID => v_func_id,
47: P_RESP_APPL_ID => fnd_global.resp_appl_id,
48: P_RESP_ID => fnd_global.resp_id,
49: P_SECURITY_GROUP_ID => fnd_global.security_group_id,
50: P_PARAMETERS => p_other_params
51: );
52:
53: RETURN(v_url);