DBA Data[Home] [Help]

APPS.BIS_TARGET_PVT dependencies on FND_FORM_FUNCTIONS

Line 2760: SELECT fnd_form_functions_tl.USER_FUNCTION_NAME

2756: IF(p_computing_function_id IS NULL) THEN
2757: l_user_function_name := NULL;
2758: ELSE
2759: BEGIN
2760: SELECT fnd_form_functions_tl.USER_FUNCTION_NAME
2761: INTO l_user_function_name
2762: FROM FND_FORM_FUNCTIONS_TL fnd_form_functions_tl
2763: WHERE fnd_form_functions_tl.FUNCTION_ID = p_computing_function_id
2764: AND fnd_form_functions_tl.LANGUAGE = USERENV('LANG');

Line 2762: FROM FND_FORM_FUNCTIONS_TL fnd_form_functions_tl

2758: ELSE
2759: BEGIN
2760: SELECT fnd_form_functions_tl.USER_FUNCTION_NAME
2761: INTO l_user_function_name
2762: FROM FND_FORM_FUNCTIONS_TL fnd_form_functions_tl
2763: WHERE fnd_form_functions_tl.FUNCTION_ID = p_computing_function_id
2764: AND fnd_form_functions_tl.LANGUAGE = USERENV('LANG');
2765: EXCEPTION
2766: WHEN NO_DATA_FOUND THEN

Line 2763: WHERE fnd_form_functions_tl.FUNCTION_ID = p_computing_function_id

2759: BEGIN
2760: SELECT fnd_form_functions_tl.USER_FUNCTION_NAME
2761: INTO l_user_function_name
2762: FROM FND_FORM_FUNCTIONS_TL fnd_form_functions_tl
2763: WHERE fnd_form_functions_tl.FUNCTION_ID = p_computing_function_id
2764: AND fnd_form_functions_tl.LANGUAGE = USERENV('LANG');
2765: EXCEPTION
2766: WHEN NO_DATA_FOUND THEN
2767: l_user_function_name := NULL;

Line 2764: AND fnd_form_functions_tl.LANGUAGE = USERENV('LANG');

2760: SELECT fnd_form_functions_tl.USER_FUNCTION_NAME
2761: INTO l_user_function_name
2762: FROM FND_FORM_FUNCTIONS_TL fnd_form_functions_tl
2763: WHERE fnd_form_functions_tl.FUNCTION_ID = p_computing_function_id
2764: AND fnd_form_functions_tl.LANGUAGE = USERENV('LANG');
2765: EXCEPTION
2766: WHEN NO_DATA_FOUND THEN
2767: l_user_function_name := NULL;
2768: END;

Line 2834: l_computed_target_short_name FND_FORM_FUNCTIONS.FUNCTION_NAME%TYPE;

2830: )
2831: RETURN NUMBER
2832: IS
2833: l_target NUMBER;
2834: l_computed_target_short_name FND_FORM_FUNCTIONS.FUNCTION_NAME%TYPE;
2835: l_target_level_short_name VARCHAR2(32000);
2836: l_target_level_name VARCHAR2(32000);
2837: l_plan_short_name VARCHAR2(32000);
2838: l_plan_name VARCHAR2(32000);

Line 2866: from fnd_form_functions_vl

2862: BEGIN
2863:
2864: Select FUNCTION_NAME
2865: into l_computed_target_short_name
2866: from fnd_form_functions_vl
2867: where function_id = p_computing_function_id;
2868:
2869: BIS_UTILITIES_PVT.Replace_String
2870: ( p_target_rec.target_level_short_name