DBA Data[Home] [Help]

APPS.BIS_BIA_RSG_CUSTOM_API_MGMNT dependencies on BIS_OBJ_PROPERTIES

Line 188: from bis_obj_properties

184: l_api := P_API;
185:
186: if (l_api is null) then
187: select custom_api into l_api
188: from bis_obj_properties
189: where object_name = P_OBJ_NAME
190: and object_type = P_OBJ_TYPE;
191: end if;
192: