DBA Data[Home] [Help]

APPS.BIS_OBJECT_EXTENSIONS_PVT dependencies on BIS_FUNCTIONAL_AREAS

Line 1117: FROM BIS_FUNCTIONAL_AREAS

1113: l_FA_Id NUMBER;
1114: BEGIN
1115: SELECT FUNCTIONAL_AREA_ID
1116: INTO l_FA_Id
1117: FROM BIS_FUNCTIONAL_AREAS
1118: WHERE UPPER(SHORT_NAME) = UPPER(Trim(p_Functional_Area_Short_Name));
1119:
1120: RETURN l_FA_Id;
1121: